Html Css Color HEX #DB7BCD Orchid

📋 copy color: '#DB7BCD'

red 219 ◦ green 123 ◦ blue 205

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

Shades of Orchid #DB7BCD

Tints of Orchid #DB7BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.48%

R = 40.04%
G = 22.49%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB7BCD (or 0xDB7BCD) is known color: Orchid. HEX triplet: DB, 7B and CD. RGB value is (219,123,205). Sum of RGB (Red+Green+Blue) = 219+123+205=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BCD is #248432. Grayscale: #A0A0A0. Windows color (decimal): -2393139 or 13466587. OLE color: 13466587.

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

Color convert

RGB 219 123 205 -
CMYK 0 0.44 0.06 0.14
HSL 308.75º 0.57% 0.67% -
HSV(B) 308.75º 0.44% 0.86% -
XYZ 47.32 33.63 61.76 -
YUV 161.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 219 123 205 0 0.44 0.06 0.14 308.75 0.57 0.67
Hex DB 7B CD 0 2C 6 E 135 39 43
Octal 333 173 315 0 54 6 16 465 71 103
Binary 11011011 1111011 11001101 0 101100 110 1110 100110101 111001 1000011

Color Harmonies of #DB7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7BCD

Black with #DB7BCD

Text Example


Text Example

White with #DB7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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