#DB67CC

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

Shades of Orchid #DB67CC

Tints of Orchid #DB67CC

Color information

#DB67CC (or 0xDB67CC) is unknown color: approx Orchid. HEX triplet: DB, 67 and CC. RGB value is (219,103,204). Sum of RGB (Red+Green+Blue) = 219+103+204=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67CC is #249833. Grayscale: #949494. Windows color (decimal): -2398260 or 13395931. OLE color: 13395931.

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

Color convert

RGB219103204-
CMYK00.530.070.14
HSL307.76º61.7%63.14%-
HSV(B)307.76º52.97%85.88%-
XYZ44.9629.1260.38-
YUV149.2158.93177.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 103 (40.62% from 255) = 19.58%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=41.63%
G=19.58%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910320400.530.070.14307.7661.763.14
HexDB67CC0357E1343e3f
Octal3331473140657164647677
Binary1101101111001111100110001101011111110100110100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67CC; }

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

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

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

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

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

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

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

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