Html Css Color HEX #DB7CD1 Orchid

📋 copy color: '#DB7CD1'

red 219 ◦ green 124 ◦ blue 209

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

Shades of Orchid #DB7CD1

Tints of Orchid #DB7CD1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.46%

 BLUE value IS 209 (82.03% from 255) = 37.86%

R = 39.67%
G = 22.46%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB7CD1 (or 0xDB7CD1) is known color: Orchid. HEX triplet: DB, 7C and D1. RGB value is (219,124,209). Sum of RGB (Red+Green+Blue) = 219+124+209=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CD1 is #24832E. Grayscale: #A1A1A1. Windows color (decimal): -2392879 or 13728987. OLE color: 13728987.

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

Color convert

RGB 219 124 209 -
CMYK 0 0.43 0.05 0.14
HSL 306.32º 0.57% 0.67% -
HSV(B) 306.32º 0.43% 0.86% -
XYZ 47.93 34.08 64.37 -
YUV 162.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 219 124 209 0 0.43 0.05 0.14 306.32 0.57 0.67
Hex DB 7C D1 0 2B 5 E 132 39 43
Octal 333 174 321 0 53 5 16 462 71 103
Binary 11011011 1111100 11010001 0 101011 101 1110 100110010 111001 1000011

Color Harmonies of #DB7CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CD1

Black with #DB7CD1

Text Example


Text Example

White with #DB7CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CD1; }

 p { color: rgb(219,124,209); }

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

background-color css

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

 a { background-color: rgb(219,124,209); }

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

border-color css

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

 span { border-color: rgb(219,124,209); }

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