Html Css Color HEX #D06ECA Orchid

📋 copy color: '#D06ECA'

red 208 ◦ green 110 ◦ blue 202

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

Shades of Orchid #D06ECA

Tints of Orchid #D06ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 40%
G = 21.15%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D06ECA (or 0xD06ECA) is known color: Orchid. HEX triplet: D0, 6E and CA. RGB value is (208,110,202). Sum of RGB (Red+Green+Blue) = 208+110+202=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ECA is #2F9135. Grayscale: #959595. Windows color (decimal): -3117366 or 13266640. OLE color: 13266640.

HSL color Cylindrical-coordinate representation of color #D06ECA: hue angle of 303.67º 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 #D06ECA is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 202 -
CMYK 0 0.47 0.03 0.18
HSL 303.67º 0.51% 0.62% -
HSV(B) 303.67º 0.47% 0.82% -
XYZ 42.25 28.83 59.21 -
YUV 149.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 208 110 202 0 0.47 0.03 0.18 303.67 0.51 0.62
Hex D0 6E CA 0 2F 3 12 130 33 3E
Octal 320 156 312 0 57 3 22 460 63 76
Binary 11010000 1101110 11001010 0 101111 11 10010 100110000 110011 111110

Color Harmonies of #D06ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ECA

Black with #D06ECA

Text Example


Text Example

White with #D06ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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