Html Css Color HEX #DB7DCC Orchid

📋 copy color: '#DB7DCC'

red 219 ◦ green 125 ◦ blue 204

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

Shades of Orchid #DB7DCC

Tints of Orchid #DB7DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.81%

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 39.96%
G = 22.81%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB7DCC (or 0xDB7DCC) is known color: Orchid. HEX triplet: DB, 7D and CC. RGB value is (219,125,204). Sum of RGB (Red+Green+Blue) = 219+125+204=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DCC is #248233. Grayscale: #A1A1A1. Windows color (decimal): -2392628 or 13401563. OLE color: 13401563.

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

Color convert

RGB 219 125 204 -
CMYK 0 0.43 0.07 0.14
HSL 309.57º 0.57% 0.67% -
HSV(B) 309.57º 0.43% 0.86% -
XYZ 47.45 34.09 61.21 -
YUV 162.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 219 125 204 0 0.43 0.07 0.14 309.57 0.57 0.67
Hex DB 7D CC 0 2B 7 E 136 39 43
Octal 333 175 314 0 53 7 16 466 71 103
Binary 11011011 1111101 11001100 0 101011 111 1110 100110110 111001 1000011

Color Harmonies of #DB7DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DCC

Black with #DB7DCC

Text Example


Text Example

White with #DB7DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DCC; }

 p { color: rgb(219,125,204); }

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

background-color css

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

 a { background-color: rgb(219,125,204); }

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

border-color css

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

 span { border-color: rgb(219,125,204); }

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