Html Css Color HEX #DB7CD0 Orchid

📋 copy color: '#DB7CD0'

red 219 ◦ green 124 ◦ blue 208

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

Shades of Orchid #DB7CD0

Tints of Orchid #DB7CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.75%

R = 39.75%
G = 22.5%
B = 37.75%

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

#DB7CD0 (or 0xDB7CD0) is known color: Orchid. HEX triplet: DB, 7C and D0. RGB value is (219,124,208). Sum of RGB (Red+Green+Blue) = 219+124+208=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CD0 is #24832F. Grayscale: #A1A1A1. Windows color (decimal): -2392880 or 13663451. OLE color: 13663451.

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

Color convert

RGB 219 124 208 -
CMYK 0 0.43 0.05 0.14
HSL 306.95º 0.57% 0.67% -
HSV(B) 306.95º 0.43% 0.86% -
XYZ 47.81 34.03 63.72 -
YUV 161.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 219 124 208 0 0.43 0.05 0.14 306.95 0.57 0.67
Hex DB 7C D0 0 2B 5 E 133 39 43
Octal 333 174 320 0 53 5 16 463 71 103
Binary 11011011 1111100 11010000 0 101011 101 1110 100110011 111001 1000011

Color Harmonies of #DB7CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CD0

Black with #DB7CD0

Text Example


Text Example

White with #DB7CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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