#D06CD5

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

Shades of Orchid #D06CD5

Tints of Orchid #D06CD5

Color information

#D06CD5 (or 0xD06CD5) is unknown color: approx Orchid. HEX triplet: D0, 6C and D5. RGB value is (208,108,213). Sum of RGB (Red+Green+Blue) = 208+108+213=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #D06CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CD5 is #2F932A. Grayscale: #959595. Windows color (decimal): -3117867 or 13987024. OLE color: 13987024.

HSL color Cylindrical-coordinate representation of color #D06CD5: hue angle of 297.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06CD5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208108213-
CMYK0.020.4900.16
HSL297.14º55.56%62.94%-
HSV(B)297.14º49.3%83.53%-
XYZ43.3928.9466.25-
YUV149.87163.63169.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 108 (42.58% from 255) = 20.42%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=39.32%
G=20.42%
B=40.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081082130.020.4900.16297.1455.5662.94
HexD06CD5231010129383f
Octal3201543252610204517077
Binary1101000011011001101010110110001010000100101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06CD5; }

 p { color: rgb(208,108,213); }

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

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

 a { background-color: rgb(208,108,213); }

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

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

 span { border-color: rgb(208,108,213); }

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