Html Css Color HEX #DB6BCB Orchid

📋 copy color: '#DB6BCB'

red 219 ◦ green 107 ◦ blue 203

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

Shades of Orchid #DB6BCB

Tints of Orchid #DB6BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 41.4%
G = 20.23%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB6BCB (or 0xDB6BCB) is known color: Orchid. HEX triplet: DB, 6B and CB. RGB value is (219,107,203). Sum of RGB (Red+Green+Blue) = 219+107+203=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BCB is #249434. Grayscale: #979797. Windows color (decimal): -2397237 or 13331419. OLE color: 13331419.

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

Color convert

RGB 219 107 203 -
CMYK 0 0.51 0.07 0.14
HSL 308.57º 0.61% 0.64% -
HSV(B) 308.57º 0.51% 0.86% -
XYZ 45.25 29.89 59.88 -
YUV 151.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 219 107 203 0 0.51 0.07 0.14 308.57 0.61 0.64
Hex DB 6B CB 0 33 7 E 135 3D 40
Octal 333 153 313 0 63 7 16 465 75 100
Binary 11011011 1101011 11001011 0 110011 111 1110 100110101 111101 1000000

Color Harmonies of #DB6BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BCB

Black with #DB6BCB

Text Example


Text Example

White with #DB6BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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