Html Css Color HEX #DB6CC5 Orchid

📋 copy color: '#DB6CC5'

red 219 ◦ green 108 ◦ blue 197

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

Shades of Orchid #DB6CC5

Tints of Orchid #DB6CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 41.79%
G = 20.61%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB6CC5 (or 0xDB6CC5) is known color: Orchid. HEX triplet: DB, 6C and C5. RGB value is (219,108,197). Sum of RGB (Red+Green+Blue) = 219+108+197=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CC5 is #24933A. Grayscale: #979797. Windows color (decimal): -2396987 or 12938459. OLE color: 12938459.

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

Color convert

RGB 219 108 197 -
CMYK 0 0.51 0.10 0.14
HSL 311.89º 0.61% 0.64% -
HSV(B) 311.89º 0.51% 0.86% -
XYZ 44.65 29.82 56.22 -
YUV 151.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 219 108 197 0 0.51 0.10 0.14 311.89 0.61 0.64
Hex DB 6C C5 0 33 A E 138 3D 40
Octal 333 154 305 0 63 12 16 470 75 100
Binary 11011011 1101100 11000101 0 110011 1010 1110 100111000 111101 1000000

Color Harmonies of #DB6CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CC5

Black with #DB6CC5

Text Example


Text Example

White with #DB6CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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