Html Css Color HEX #D066DD Orchid

📋 copy color: '#D066DD'

red 208 ◦ green 102 ◦ blue 221

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

Shades of Orchid #D066DD

Tints of Orchid #D066DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 39.17%
G = 19.21%
B = 41.62%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D066DD (or 0xD066DD) is known color: Orchid. HEX triplet: D0, 66 and DD. RGB value is (208,102,221). Sum of RGB (Red+Green+Blue) = 208+102+221=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #D066DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066DD is #2F9922. Grayscale: #929292. Windows color (decimal): -3119395 or 14509776. OLE color: 14509776.

HSL color Cylindrical-coordinate representation of color #D066DD: hue angle of 293.45º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D066DD is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 102 221 -
CMYK 0.06 0.54 0 0.13
HSL 293.45º 0.64% 0.63% -
HSV(B) 293.45º 0.54% 0.87% -
XYZ 43.81 28.13 71.53 -
YUV 147.26 169.62 171.32 -
System Red Green Blue C M Y K H S L
Decimal 208 102 221 0.06 0.54 0 0.13 293.45 0.64 0.63
Hex D0 66 DD 6 36 0 D 125 40 3F
Octal 320 146 335 6 66 0 15 445 100 77
Binary 11010000 1100110 11011101 110 110110 0 1101 100100101 1000000 111111

Color Harmonies of #D066DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066DD

Black with #D066DD

Text Example


Text Example

White with #D066DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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