Html Css Color HEX #D066D7 Orchid

📋 copy color: '#D066D7'

red 208 ◦ green 102 ◦ blue 215

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

Shades of Orchid #D066D7

Tints of Orchid #D066D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.95%

R = 39.62%
G = 19.43%
B = 40.95%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D066D7 (or 0xD066D7) is known color: Orchid. HEX triplet: D0, 66 and D7. RGB value is (208,102,215). Sum of RGB (Red+Green+Blue) = 208+102+215=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #D066D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066D7 is #2F9928. Grayscale: #929292. Windows color (decimal): -3119401 or 14116560. OLE color: 14116560.

HSL color Cylindrical-coordinate representation of color #D066D7: hue angle of 296.28º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D066D7 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 102 215 -
CMYK 0.03 0.53 0 0.16
HSL 296.28º 0.59% 0.62% -
HSV(B) 296.28º 0.53% 0.84% -
XYZ 43.03 27.82 67.39 -
YUV 146.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 208 102 215 0.03 0.53 0 0.16 296.28 0.59 0.62
Hex D0 66 D7 3 35 0 10 128 3B 3E
Octal 320 146 327 3 65 0 20 450 73 76
Binary 11010000 1100110 11010111 11 110101 0 10000 100101000 111011 111110

Color Harmonies of #D066D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D066D7

Black with #D066D7

Text Example


Text Example

White with #D066D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D066D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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