Html Css Color HEX #DB6ABC Orchid

📋 copy color: '#DB6ABC'

red 219 ◦ green 106 ◦ blue 188

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

Shades of Orchid #DB6ABC

Tints of Orchid #DB6ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.66%

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 42.69%
G = 20.66%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB6ABC (or 0xDB6ABC) is known color: Orchid. HEX triplet: DB, 6A and BC. RGB value is (219,106,188). Sum of RGB (Red+Green+Blue) = 219+106+188=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ABC is #249543. Grayscale: #949494. Windows color (decimal): -2397508 or 12348123. OLE color: 12348123.

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

Color convert

RGB 219 106 188 -
CMYK 0 0.52 0.14 0.14
HSL 316.46º 0.61% 0.64% -
HSV(B) 316.46º 0.52% 0.86% -
XYZ 43.44 29 50.88 -
YUV 149.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 219 106 188 0 0.52 0.14 0.14 316.46 0.61 0.64
Hex DB 6A BC 0 34 E E 13C 3D 40
Octal 333 152 274 0 64 16 16 474 75 100
Binary 11011011 1101010 10111100 0 110100 1110 1110 100111100 111101 1000000

Color Harmonies of #DB6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6ABC

Black with #DB6ABC

Text Example


Text Example

White with #DB6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6ABC; }

 p { color: rgb(219,106,188); }

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

background-color css

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

 a { background-color: rgb(219,106,188); }

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

border-color css

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

 span { border-color: rgb(219,106,188); }

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