Html Css Color HEX #DB6BDD Orchid

📋 copy color: '#DB6BDD'

red 219 ◦ green 107 ◦ blue 221

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

Shades of Orchid #DB6BDD

Tints of Orchid #DB6BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.56%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 40.04%
G = 19.56%
B = 40.4%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB6BDD (or 0xDB6BDD) is known color: Orchid. HEX triplet: DB, 6B and DD. RGB value is (219,107,221). Sum of RGB (Red+Green+Blue) = 219+107+221=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BDD is #249422. Grayscale: #999999. Windows color (decimal): -2397219 or 14511067. OLE color: 14511067.

HSL color Cylindrical-coordinate representation of color #DB6BDD: hue angle of 298.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6BDD is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 107 221 -
CMYK 0.01 0.52 0 0.13
HSL 298.95º 0.63% 0.64% -
HSV(B) 298.95º 0.52% 0.87% -
XYZ 47.52 30.8 71.85 -
YUV 153.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 219 107 221 0.01 0.52 0 0.13 298.95 0.63 0.64
Hex DB 6B DD 1 34 0 D 12B 3F 40
Octal 333 153 335 1 64 0 15 453 77 100
Binary 11011011 1101011 11011101 1 110100 0 1101 100101011 111111 1000000

Color Harmonies of #DB6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BDD

Black with #DB6BDD

Text Example


Text Example

White with #DB6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BDD; }

 p { color: rgb(219,107,221); }

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

background-color css

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

 a { background-color: rgb(219,107,221); }

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

border-color css

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

 span { border-color: rgb(219,107,221); }

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