Html Css Color HEX #D27BBB Orchid

📋 copy color: '#D27BBB'

red 210 ◦ green 123 ◦ blue 187

#D27BBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D27BBB

Tints of Orchid #D27BBB

RGB

 RED value IS 210 (82.42% from 255) = 40.38%

 GREEN value IS 123 (48.44% from 255) = 23.65%

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 40.38%
G = 23.65%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D27BBB (or 0xD27BBB) is known color: Orchid. HEX triplet: D2, 7B and BB. RGB value is (210,123,187). Sum of RGB (Red+Green+Blue) = 210+123+187=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BBB is #2D8444. Grayscale: #9C9C9C. Windows color (decimal): -2982981 or 12286930. OLE color: 12286930.

HSL color Cylindrical-coordinate representation of color #D27BBB: hue angle of 315.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27BBB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 123 187 -
CMYK 0 0.41 0.11 0.18
HSL 315.86º 0.49% 0.65% -
HSV(B) 315.86º 0.41% 0.82% -
XYZ 42.63 31.46 50.84 -
YUV 156.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 210 123 187 0 0.41 0.11 0.18 315.86 0.49 0.65
Hex D2 7B BB 0 29 B 12 13C 31 41
Octal 322 173 273 0 51 13 22 474 61 101
Binary 11010010 1111011 10111011 0 101001 1011 10010 100111100 110001 1000001

Color Harmonies of #D27BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27BBB

Black with #D27BBB

Text Example


Text Example

White with #D27BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27BBB; }

 p { color: rgb(210,123,187); }

 H1.HeaderClassName
 {
   color: #D27BBB;
 }
 .AnyTagClassName
 {
   color: #D27BBB;
 }
</style>

background-color css

<style>
 a { background-color: #D27BBB; }

 a { background-color: rgb(210,123,187); }

 div.DivClassName
 {
   background-color: #D27BBB;
 }
 .BgClassName
 {
   background-color: #D27BBB;
 }
</style>

border-color css

<style>
 span { border-color: #D27BBB; }

 span { border-color: rgb(210,123,187); }

 td.TdClassName
 {
   border-color: #D27BBB;
 }
 .TagClassName
 {
   border-color: #D27BBB;
 }
</style>