Html Css Color HEX #D066C9 Orchid

📋 copy color: '#D066C9'

red 208 ◦ green 102 ◦ blue 201

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

Shades of Orchid #D066C9

Tints of Orchid #D066C9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.96%

 BLUE value IS 201 (78.91% from 255) = 39.33%

R = 40.7%
G = 19.96%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D066C9 (or 0xD066C9) is known color: Orchid. HEX triplet: D0, 66 and C9. RGB value is (208,102,201). Sum of RGB (Red+Green+Blue) = 208+102+201=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D066C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066C9 is #2F9936. Grayscale: #909090. Windows color (decimal): -3119415 or 13199056. OLE color: 13199056.

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

Color convert

RGB 208 102 201 -
CMYK 0 0.51 0.03 0.18
HSL 303.96º 0.53% 0.61% -
HSV(B) 303.96º 0.51% 0.82% -
XYZ 41.31 27.13 58.32 -
YUV 144.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 208 102 201 0 0.51 0.03 0.18 303.96 0.53 0.61
Hex D0 66 C9 0 33 3 12 130 35 3D
Octal 320 146 311 0 63 3 22 460 65 75
Binary 11010000 1100110 11001001 0 110011 11 10010 100110000 110101 111101

Color Harmonies of #D066C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066C9

Black with #D066C9

Text Example


Text Example

White with #D066C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066C9; }

 p { color: rgb(208,102,201); }

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

background-color css

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

 a { background-color: rgb(208,102,201); }

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

border-color css

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

 span { border-color: rgb(208,102,201); }

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