Html Css Color HEX #DB7ECD Orchid

📋 copy color: '#DB7ECD'

red 219 ◦ green 126 ◦ blue 205

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

Shades of Orchid #DB7ECD

Tints of Orchid #DB7ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.91%

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

R = 39.82%
G = 22.91%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB7ECD (or 0xDB7ECD) is known color: Orchid. HEX triplet: DB, 7E and CD. RGB value is (219,126,205). Sum of RGB (Red+Green+Blue) = 219+126+205=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ECD is #248132. Grayscale: #A2A2A2. Windows color (decimal): -2392371 or 13467355. OLE color: 13467355.

HSL color Cylindrical-coordinate representation of color #DB7ECD: hue angle of 309.03º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7ECD is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 126 205 -
CMYK 0 0.42 0.06 0.14
HSL 309.03º 0.56% 0.68% -
HSV(B) 309.03º 0.42% 0.86% -
XYZ 47.69 34.39 61.88 -
YUV 162.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 219 126 205 0 0.42 0.06 0.14 309.03 0.56 0.68
Hex DB 7E CD 0 2A 6 E 135 38 44
Octal 333 176 315 0 52 6 16 465 70 104
Binary 11011011 1111110 11001101 0 101010 110 1110 100110101 111000 1000100

Color Harmonies of #DB7ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ECD

Black with #DB7ECD

Text Example


Text Example

White with #DB7ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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