Html Css Color HEX #DB7CC9 Orchid

📋 copy color: '#DB7CC9'

red 219 ◦ green 124 ◦ blue 201

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

Shades of Orchid #DB7CC9

Tints of Orchid #DB7CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.95%

R = 40.26%
G = 22.79%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB7CC9 (or 0xDB7CC9) is known color: Orchid. HEX triplet: DB, 7C and C9. RGB value is (219,124,201). Sum of RGB (Red+Green+Blue) = 219+124+201=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CC9 is #248336. Grayscale: #A0A0A0. Windows color (decimal): -2392887 or 13204699. OLE color: 13204699.

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

Color convert

RGB 219 124 201 -
CMYK 0 0.43 0.08 0.14
HSL 311.37º 0.57% 0.67% -
HSV(B) 311.37º 0.43% 0.86% -
XYZ 46.96 33.69 59.29 -
YUV 161.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 219 124 201 0 0.43 0.08 0.14 311.37 0.57 0.67
Hex DB 7C C9 0 2B 8 E 137 39 43
Octal 333 174 311 0 53 10 16 467 71 103
Binary 11011011 1111100 11001001 0 101011 1000 1110 100110111 111001 1000011

Color Harmonies of #DB7CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CC9

Black with #DB7CC9

Text Example


Text Example

White with #DB7CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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