Html Css Color HEX #DB7BCB Orchid

📋 copy color: '#DB7BCB'

red 219 ◦ green 123 ◦ blue 203

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

Shades of Orchid #DB7BCB

Tints of Orchid #DB7BCB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.57%

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

R = 40.18%
G = 22.57%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB7BCB (or 0xDB7BCB) is known color: Orchid. HEX triplet: DB, 7B and CB. RGB value is (219,123,203). Sum of RGB (Red+Green+Blue) = 219+123+203=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BCB is #248434. Grayscale: #A0A0A0. Windows color (decimal): -2393141 or 13335515. OLE color: 13335515.

HSL color Cylindrical-coordinate representation of color #DB7BCB: hue angle of 310º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BCB is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 123 203 -
CMYK 0 0.44 0.07 0.14
HSL 310º 0.57% 0.67% -
HSV(B) 310º 0.44% 0.86% -
XYZ 47.08 33.54 60.49 -
YUV 160.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 219 123 203 0 0.44 0.07 0.14 310 0.57 0.67
Hex DB 7B CB 0 2C 7 E 136 39 43
Octal 333 173 313 0 54 7 16 466 71 103
Binary 11011011 1111011 11001011 0 101100 111 1110 100110110 111001 1000011

Color Harmonies of #DB7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BCB

Black with #DB7BCB

Text Example


Text Example

White with #DB7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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