Html Css Color HEX #DB6CE5 Orchid

📋 copy color: '#DB6CE5'

red 219 ◦ green 108 ◦ blue 229

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

Shades of Orchid #DB6CE5

Tints of Orchid #DB6CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.19%

R = 39.39%
G = 19.42%
B = 41.19%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB6CE5 (or 0xDB6CE5) is known color: Orchid. HEX triplet: DB, 6C and E5. RGB value is (219,108,229). Sum of RGB (Red+Green+Blue) = 219+108+229=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB6CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CE5 is #24931A. Grayscale: #9A9A9A. Windows color (decimal): -2396955 or 15035611. OLE color: 15035611.

HSL color Cylindrical-coordinate representation of color #DB6CE5: hue angle of 295.04º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6CE5 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 108 229 -
CMYK 0.04 0.53 0 0.10
HSL 295.04º 0.7% 0.66% -
HSV(B) 295.04º 0.53% 0.9% -
XYZ 48.72 31.44 77.63 -
YUV 154.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 219 108 229 0.04 0.53 0 0.10 295.04 0.7 0.66
Hex DB 6C E5 4 35 0 A 127 46 42
Octal 333 154 345 4 65 0 12 447 106 102
Binary 11011011 1101100 11100101 100 110101 0 1010 100100111 1000110 1000010

Color Harmonies of #DB6CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CE5

Black with #DB6CE5

Text Example


Text Example

White with #DB6CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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