#DB69CC

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

Shades of Orchid #DB69CC

Tints of Orchid #DB69CC

Color information

#DB69CC (or 0xDB69CC) is unknown color: approx Orchid. HEX triplet: DB, 69 and CC. RGB value is (219,105,204). Sum of RGB (Red+Green+Blue) = 219+105+204=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69CC is #249633. Grayscale: #969696. Windows color (decimal): -2397748 or 13396443. OLE color: 13396443.

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

Color convert

RGB219105204-
CMYK00.520.070.14
HSL307.89º61.29%63.53%-
HSV(B)307.89º52.05%85.88%-
XYZ45.1629.5260.44-
YUV150.37158.27176.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 105 (41.41% from 255) = 19.89%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=41.48%
G=19.89%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910520400.520.070.14307.8961.2963.53
HexDB69CC0347E1343d40
Octal33315131406471646475100
Binary11011011110100111001100011010011111101001101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB69CC; }

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

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

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

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

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

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

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

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