#D065C7

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

Shades of Orchid #D065C7

Tints of Orchid #D065C7

Color information

#D065C7 (or 0xD065C7) is unknown color: approx Orchid. HEX triplet: D0, 65 and C7. RGB value is (208,101,199). Sum of RGB (Red+Green+Blue) = 208+101+199=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D065C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065C7 is #2F9A38. Grayscale: #8F8F8F. Windows color (decimal): -3119673 or 13067728. OLE color: 13067728.

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

Color convert

RGB208101199-
CMYK00.510.040.18
HSL305.05º53.23%60.59%-
HSV(B)305.05º51.44%81.57%-
XYZ40.9726.8457.05-
YUV144.16158.95173.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 101 (39.84% from 255) = 19.88%
BLUE value IS 199 (78.12% from 255) = 39.17%
R=40.94%
G=19.88%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810119900.510.040.18305.0553.2360.59
HexD065C7033412131353d
Octal3201453070634224616575
Binary11010000110010111000111011001110010010100110001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D065C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D065C7; }

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

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

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

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

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

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

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

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