#DB65CC

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

Shades of Orchid #DB65CC

Tints of Orchid #DB65CC

Color information

#DB65CC (or 0xDB65CC) is unknown color: approx Orchid. HEX triplet: DB, 65 and CC. RGB value is (219,101,204). Sum of RGB (Red+Green+Blue) = 219+101+204=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65CC is #249A33. Grayscale: #939393. Windows color (decimal): -2398772 or 13395419. OLE color: 13395419.

HSL color Cylindrical-coordinate representation of color #DB65CC: hue angle of 307.63º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB65CC is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219101204-
CMYK00.540.070.14
HSL307.63º62.11%62.75%-
HSV(B)307.63º53.88%85.88%-
XYZ44.7728.7360.31-
YUV148.02159.59178.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 101 (39.84% from 255) = 19.27%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=41.79%
G=19.27%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910120400.540.070.14307.6362.1162.75
HexDB65CC0367E1343e3f
Octal3331453140667164647677
Binary1101101111001011100110001101101111110100110100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB65CC; }

 p { color: rgb(219,101,204); }

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

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

 a { background-color: rgb(219,101,204); }

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

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

 span { border-color: rgb(219,101,204); }

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