Html Css Color HEX #DB7FC7 Orchid

📋 copy color: '#DB7FC7'

red 219 ◦ green 127 ◦ blue 199

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

Shades of Orchid #DB7FC7

Tints of Orchid #DB7FC7

RGB

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

 GREEN value IS 127 (50% from 255) = 23.3%

 BLUE value IS 199 (78.13% from 255) = 36.51%

R = 40.18%
G = 23.3%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB7FC7 (or 0xDB7FC7) is known color: Orchid. HEX triplet: DB, 7F and C7. RGB value is (219,127,199). Sum of RGB (Red+Green+Blue) = 219+127+199=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FC7 is #248038. Grayscale: #A2A2A2. Windows color (decimal): -2392121 or 13074395. OLE color: 13074395.

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

Color convert

RGB 219 127 199 -
CMYK 0 0.42 0.09 0.14
HSL 313.04º 0.56% 0.68% -
HSV(B) 313.04º 0.42% 0.86% -
XYZ 47.11 34.36 58.18 -
YUV 162.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 219 127 199 0 0.42 0.09 0.14 313.04 0.56 0.68
Hex DB 7F C7 0 2A 9 E 139 38 44
Octal 333 177 307 0 52 11 16 471 70 104
Binary 11011011 1111111 11000111 0 101010 1001 1110 100111001 111000 1000100

Color Harmonies of #DB7FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FC7

Black with #DB7FC7

Text Example


Text Example

White with #DB7FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FC7; }

 p { color: rgb(219,127,199); }

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

background-color css

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

 a { background-color: rgb(219,127,199); }

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

border-color css

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

 span { border-color: rgb(219,127,199); }

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