Html Css Color HEX #D066C6 Orchid

📋 copy color: '#D066C6'

red 208 ◦ green 102 ◦ blue 198

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

Shades of Orchid #D066C6

Tints of Orchid #D066C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 40.94%
G = 20.08%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D066C6 (or 0xD066C6) is known color: Orchid. HEX triplet: D0, 66 and C6. RGB value is (208,102,198). Sum of RGB (Red+Green+Blue) = 208+102+198=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D066C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066C6 is #2F9939. Grayscale: #909090. Windows color (decimal): -3119418 or 13002448. OLE color: 13002448.

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

Color convert

RGB 208 102 198 -
CMYK 0 0.51 0.05 0.18
HSL 305.66º 0.53% 0.61% -
HSV(B) 305.66º 0.51% 0.82% -
XYZ 40.96 26.99 56.48 -
YUV 144.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 208 102 198 0 0.51 0.05 0.18 305.66 0.53 0.61
Hex D0 66 C6 0 33 5 12 132 35 3D
Octal 320 146 306 0 63 5 22 462 65 75
Binary 11010000 1100110 11000110 0 110011 101 10010 100110010 110101 111101

Color Harmonies of #D066C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066C6

Black with #D066C6

Text Example


Text Example

White with #D066C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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