Html Css Color HEX #DB7DCF Orchid

📋 copy color: '#DB7DCF'

red 219 ◦ green 125 ◦ blue 207

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

Shades of Orchid #DB7DCF

Tints of Orchid #DB7DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 39.75%
G = 22.69%
B = 37.57%

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

#DB7DCF (or 0xDB7DCF) is known color: Orchid. HEX triplet: DB, 7D and CF. RGB value is (219,125,207). Sum of RGB (Red+Green+Blue) = 219+125+207=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DCF is #248230. Grayscale: #A2A2A2. Windows color (decimal): -2392625 or 13598171. OLE color: 13598171.

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

Color convert

RGB 219 125 207 -
CMYK 0 0.43 0.05 0.14
HSL 307.66º 0.57% 0.67% -
HSV(B) 307.66º 0.43% 0.86% -
XYZ 47.81 34.23 63.12 -
YUV 162.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 219 125 207 0 0.43 0.05 0.14 307.66 0.57 0.67
Hex DB 7D CF 0 2B 5 E 134 39 43
Octal 333 175 317 0 53 5 16 464 71 103
Binary 11011011 1111101 11001111 0 101011 101 1110 100110100 111001 1000011

Color Harmonies of #DB7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7DCF

Black with #DB7DCF

Text Example


Text Example

White with #DB7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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