Html Css Color HEX #DB6CD2 Orchid

📋 copy color: '#DB6CD2'

red 219 ◦ green 108 ◦ blue 210

#DB6CD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DB6CD2

Tints of Orchid #DB6CD2

RGB

 RED value IS 219 (85.94% from 255) = 40.78%

 GREEN value IS 108 (42.58% from 255) = 20.11%

 BLUE value IS 210 (82.42% from 255) = 39.11%

R = 40.78%
G = 20.11%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB6CD2 (or 0xDB6CD2) is known color: Orchid. HEX triplet: DB, 6C and D2. RGB value is (219,108,210). Sum of RGB (Red+Green+Blue) = 219+108+210=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CD2 is #24932D. Grayscale: #989898. Windows color (decimal): -2396974 or 13790427. OLE color: 13790427.

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

Color convert

RGB 219 108 210 -
CMYK 0 0.51 0.04 0.14
HSL 304.86º 0.61% 0.64% -
HSV(B) 304.86º 0.51% 0.86% -
XYZ 46.21 30.44 64.41 -
YUV 152.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 219 108 210 0 0.51 0.04 0.14 304.86 0.61 0.64
Hex DB 6C D2 0 33 4 E 131 3D 40
Octal 333 154 322 0 63 4 16 461 75 100
Binary 11011011 1101100 11010010 0 110011 100 1110 100110001 111101 1000000

Color Harmonies of #DB6CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CD2

Black with #DB6CD2

Text Example


Text Example

White with #DB6CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CD2; }

 p { color: rgb(219,108,210); }

 H1.HeaderClassName
 {
   color: #DB6CD2;
 }
 .AnyTagClassName
 {
   color: #DB6CD2;
 }
</style>

background-color css

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

 a { background-color: rgb(219,108,210); }

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

border-color css

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

 span { border-color: rgb(219,108,210); }

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