#DB67C7

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

Shades of Orchid #DB67C7

Tints of Orchid #DB67C7

Color information

#DB67C7 (or 0xDB67C7) is unknown color: approx Orchid. HEX triplet: DB, 67 and C7. RGB value is (219,103,199). Sum of RGB (Red+Green+Blue) = 219+103+199=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67C7 is #249838. Grayscale: #949494. Windows color (decimal): -2398265 or 13068251. OLE color: 13068251.

HSL color Cylindrical-coordinate representation of color #DB67C7: hue angle of 310.34º 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 #DB67C7 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219103199-
CMYK00.530.090.14
HSL310.34º61.7%63.14%-
HSV(B)310.34º52.97%85.88%-
XYZ44.3728.8857.27-
YUV148.63156.43178.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 103 (40.62% from 255) = 19.77%
BLUE value IS 199 (78.12% from 255) = 38.20%
R=42.03%
G=19.77%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910319900.530.090.14310.3461.763.14
HexDB67C70359E1363e3f
Octal33314730706511164667677
Binary11011011110011111000111011010110011110100110110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67C7; }

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

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

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

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

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

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

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

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