Html Css Color HEX #D06ECB Orchid

📋 copy color: '#D06ECB'

red 208 ◦ green 110 ◦ blue 203

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

Shades of Orchid #D06ECB

Tints of Orchid #D06ECB

RGB

 RED value IS 208 (81.64% from 255) = 39.92%

 GREEN value IS 110 (43.36% from 255) = 21.11%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 39.92%
G = 21.11%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D06ECB (or 0xD06ECB) is known color: Orchid. HEX triplet: D0, 6E and CB. RGB value is (208,110,203). Sum of RGB (Red+Green+Blue) = 208+110+203=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ECB is #2F9134. Grayscale: #959595. Windows color (decimal): -3117365 or 13332176. OLE color: 13332176.

HSL color Cylindrical-coordinate representation of color #D06ECB: hue angle of 303.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06ECB is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 203 -
CMYK 0 0.47 0.02 0.18
HSL 303.06º 0.51% 0.62% -
HSV(B) 303.06º 0.47% 0.82% -
XYZ 42.37 28.87 59.84 -
YUV 149.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 208 110 203 0 0.47 0.02 0.18 303.06 0.51 0.62
Hex D0 6E CB 0 2F 2 12 12F 33 3E
Octal 320 156 313 0 57 2 22 457 63 76
Binary 11010000 1101110 11001011 0 101111 10 10010 100101111 110011 111110

Color Harmonies of #D06ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ECB

Black with #D06ECB

Text Example


Text Example

White with #D06ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ECB; }

 p { color: rgb(208,110,203); }

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

background-color css

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

 a { background-color: rgb(208,110,203); }

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

border-color css

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

 span { border-color: rgb(208,110,203); }

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