Html Css Color HEX #D066C2 Orchid

📋 copy color: '#D066C2'

red 208 ◦ green 102 ◦ blue 194

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

Shades of Orchid #D066C2

Tints of Orchid #D066C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 41.27%
G = 20.24%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D066C2 (or 0xD066C2) is known color: Orchid. HEX triplet: D0, 66 and C2. RGB value is (208,102,194). Sum of RGB (Red+Green+Blue) = 208+102+194=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D066C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066C2 is #2F993D. Grayscale: #8F8F8F. Windows color (decimal): -3119422 or 12740304. OLE color: 12740304.

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

Color convert

RGB 208 102 194 -
CMYK 0 0.51 0.07 0.18
HSL 307.92º 0.53% 0.61% -
HSV(B) 307.92º 0.51% 0.82% -
XYZ 40.5 26.81 54.08 -
YUV 144.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 208 102 194 0 0.51 0.07 0.18 307.92 0.53 0.61
Hex D0 66 C2 0 33 7 12 134 35 3D
Octal 320 146 302 0 63 7 22 464 65 75
Binary 11010000 1100110 11000010 0 110011 111 10010 100110100 110101 111101

Color Harmonies of #D066C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066C2

Black with #D066C2

Text Example


Text Example

White with #D066C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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