Html Css Color HEX #DB7DCE Orchid

📋 copy color: '#DB7DCE'

red 219 ◦ green 125 ◦ blue 206

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

Shades of Orchid #DB7DCE

Tints of Orchid #DB7DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 39.82%
G = 22.73%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB7DCE (or 0xDB7DCE) is known color: Orchid. HEX triplet: DB, 7D and CE. RGB value is (219,125,206). Sum of RGB (Red+Green+Blue) = 219+125+206=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DCE is #248231. Grayscale: #A2A2A2. Windows color (decimal): -2392626 or 13532635. OLE color: 13532635.

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

Color convert

RGB 219 125 206 -
CMYK 0 0.43 0.06 0.14
HSL 308.3º 0.57% 0.67% -
HSV(B) 308.3º 0.43% 0.86% -
XYZ 47.69 34.18 62.48 -
YUV 162.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 219 125 206 0 0.43 0.06 0.14 308.3 0.57 0.67
Hex DB 7D CE 0 2B 6 E 134 39 43
Octal 333 175 316 0 53 6 16 464 71 103
Binary 11011011 1111101 11001110 0 101011 110 1110 100110100 111001 1000011

Color Harmonies of #DB7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DCE

Black with #DB7DCE

Text Example


Text Example

White with #DB7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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