#D065CB

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

Shades of Orchid #D065CB

Tints of Orchid #D065CB

Color information

#D065CB (or 0xD065CB) is unknown color: approx Orchid. HEX triplet: D0, 65 and CB. RGB value is (208,101,203). Sum of RGB (Red+Green+Blue) = 208+101+203=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D065CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065CB is #2F9A34. Grayscale: #909090. Windows color (decimal): -3119669 or 13329872. OLE color: 13329872.

HSL color Cylindrical-coordinate representation of color #D065CB: hue angle of 302.8º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D065CB is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208101203-
CMYK00.510.020.18
HSL302.8º53.23%60.59%-
HSV(B)302.8º51.44%81.57%-
XYZ41.4527.0359.53-
YUV144.62160.95173.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=40.62%
G=19.73%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810120300.510.020.18302.853.2360.59
HexD065CB03321212f353d
Octal3201453130632224576575
Binary1101000011001011100101101100111010010100101111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D065CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D065CB; }

 p { color: rgb(208,101,203); }

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

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

 a { background-color: rgb(208,101,203); }

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

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

 span { border-color: rgb(208,101,203); }

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