#DB68C1

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

Shades of Orchid #DB68C1

Tints of Orchid #DB68C1

Color information

#DB68C1 (or 0xDB68C1) is unknown color: approx Orchid. HEX triplet: DB, 68 and C1. RGB value is (219,104,193). Sum of RGB (Red+Green+Blue) = 219+104+193=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68C1 is #24973E. Grayscale: #949494. Windows color (decimal): -2398015 or 12675291. OLE color: 12675291.

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

Color convert

RGB219104193-
CMYK00.530.120.14
HSL313.57º61.5%63.33%-
HSV(B)313.57º52.51%85.88%-
XYZ43.7928.8153.71-
YUV148.53153.1178.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 104 (41.02% from 255) = 20.16%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=42.44%
G=20.16%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910419300.530.120.14313.5761.563.33
HexDB68C1035CE13a3d3f
Octal33315030106514164727577
Binary11011011110100011000001011010111001110100111010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB68C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB68C1; }

 p { color: rgb(219,104,193); }

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

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

 a { background-color: rgb(219,104,193); }

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

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

 span { border-color: rgb(219,104,193); }

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