#D065CA

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

Shades of Orchid #D065CA

Tints of Orchid #D065CA

Color information

#D065CA (or 0xD065CA) is unknown color: approx Orchid. HEX triplet: D0, 65 and CA. RGB value is (208,101,202). Sum of RGB (Red+Green+Blue) = 208+101+202=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D065CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065CA is #2F9A35. Grayscale: #909090. Windows color (decimal): -3119670 or 13264336. OLE color: 13264336.

HSL color Cylindrical-coordinate representation of color #D065CA: hue angle of 303.36º 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 #D065CA is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208101202-
CMYK00.510.030.18
HSL303.36º53.23%60.59%-
HSV(B)303.36º51.44%81.57%-
XYZ41.3326.9858.91-
YUV144.51160.45173.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 101 (39.84% from 255) = 19.77%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=40.70%
G=19.77%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810120200.510.030.18303.3653.2360.59
HexD065CA03331212f353d
Octal3201453120633224576575
Binary1101000011001011100101001100111110010100101111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D065CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D065CA; }

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

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

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

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

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

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

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

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