#D065C5

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

Shades of Orchid #D065C5

Tints of Orchid #D065C5

Color information

#D065C5 (or 0xD065C5) is unknown color: approx Orchid. HEX triplet: D0, 65 and C5. RGB value is (208,101,197). Sum of RGB (Red+Green+Blue) = 208+101+197=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D065C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065C5 is #2F9A3A. Grayscale: #8F8F8F. Windows color (decimal): -3119675 or 12936656. OLE color: 12936656.

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

Color convert

RGB208101197-
CMYK00.510.050.18
HSL306.17º53.23%60.59%-
HSV(B)306.17º51.44%81.57%-
XYZ40.7426.7555.84-
YUV143.94157.95173.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 101 (39.84% from 255) = 19.96%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=41.11%
G=19.96%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810119700.510.050.18306.1753.2360.59
HexD065C5033512132353d
Octal3201453050635224626575
Binary11010000110010111000101011001110110010100110010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D065C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D065C5; }

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

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

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

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

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

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

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

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