#DB67CD

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

Shades of Orchid #DB67CD

Tints of Orchid #DB67CD

Color information

#DB67CD (or 0xDB67CD) is unknown color: approx Orchid. HEX triplet: DB, 67 and CD. RGB value is (219,103,205). Sum of RGB (Red+Green+Blue) = 219+103+205=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67CD is #249832. Grayscale: #959595. Windows color (decimal): -2398259 or 13461467. OLE color: 13461467.

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

Color convert

RGB219103205-
CMYK00.530.060.14
HSL307.24º61.7%63.14%-
HSV(B)307.24º52.97%85.88%-
XYZ45.0829.1761.01-
YUV149.31159.43177.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=41.56%
G=19.54%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910320500.530.060.14307.2461.763.14
HexDB67CD0356E1333e3f
Octal3331473150656164637677
Binary1101101111001111100110101101011101110100110011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67CD; }

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

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

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

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

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

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

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

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