Html Css Color HEX #D066DA Orchid

📋 copy color: '#D066DA'

red 208 ◦ green 102 ◦ blue 218

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

Shades of Orchid #D066DA

Tints of Orchid #D066DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 39.39%
G = 19.32%
B = 41.29%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D066DA (or 0xD066DA) is known color: Orchid. HEX triplet: D0, 66 and DA. RGB value is (208,102,218). Sum of RGB (Red+Green+Blue) = 208+102+218=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #D066DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066DA is #2F9925. Grayscale: #929292. Windows color (decimal): -3119398 or 14313168. OLE color: 14313168.

HSL color Cylindrical-coordinate representation of color #D066DA: hue angle of 294.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D066DA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 102 218 -
CMYK 0.05 0.53 0 0.15
HSL 294.83º 0.61% 0.63% -
HSV(B) 294.83º 0.53% 0.85% -
XYZ 43.42 27.97 69.44 -
YUV 146.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 208 102 218 0.05 0.53 0 0.15 294.83 0.61 0.63
Hex D0 66 DA 5 35 0 F 127 3D 3F
Octal 320 146 332 5 65 0 17 447 75 77
Binary 11010000 1100110 11011010 101 110101 0 1111 100100111 111101 111111

Color Harmonies of #D066DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066DA

Black with #D066DA

Text Example


Text Example

White with #D066DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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