#D066E7

Color #D066E7 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D066E7

Tints of Orchid #D066E7

Color information

#D066E7 (or 0xD066E7) is unknown color: approx Orchid. HEX triplet: D0, 66 and E7. RGB value is (208,102,231). Sum of RGB (Red+Green+Blue) = 208+102+231=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #D066E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D066E7 is #2F9918. Grayscale: #939393. Windows color (decimal): -3119385 or 15165136. OLE color: 15165136.

HSL color Cylindrical-coordinate representation of color #D066E7: hue angle of 289.3º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D066E7 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208102231-
CMYK0.100.5600.09
HSL289.3º72.88%65.29%-
HSV(B)289.3º55.84%90.59%-
XYZ45.1928.6878.76-
YUV148.4174.62170.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 102 (40.23% from 255) = 18.85%
BLUE value IS 231 (90.62% from 255) = 42.70%
R=38.45%
G=18.85%
B=42.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081022310.100.5600.09289.372.8865.29
HexD066E7A38091214941
Octal3201463471270011441111101
Binary1101000011001101110011110101110000100110010000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066E7; }

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

 H1.HeaderClassName
 {
   color: #D066E7;
 }
 .AnyTagClassName
 {
   color: #D066E7;
 }
</style>
background-color css

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

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

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

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

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

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