Html Css Color HEX #DB7FC8 Orchid

📋 copy color: '#DB7FC8'

red 219 ◦ green 127 ◦ blue 200

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

Shades of Orchid #DB7FC8

Tints of Orchid #DB7FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.63%

R = 40.11%
G = 23.26%
B = 36.63%

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

#DB7FC8 (or 0xDB7FC8) is known color: Orchid. HEX triplet: DB, 7F and C8. RGB value is (219,127,200). Sum of RGB (Red+Green+Blue) = 219+127+200=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FC8 is #248037. Grayscale: #A2A2A2. Windows color (decimal): -2392120 or 13139931. OLE color: 13139931.

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

Color convert

RGB 219 127 200 -
CMYK 0 0.42 0.09 0.14
HSL 312.39º 0.56% 0.68% -
HSV(B) 312.39º 0.42% 0.86% -
XYZ 47.23 34.41 58.8 -
YUV 162.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 219 127 200 0 0.42 0.09 0.14 312.39 0.56 0.68
Hex DB 7F C8 0 2A 9 E 138 38 44
Octal 333 177 310 0 52 11 16 470 70 104
Binary 11011011 1111111 11001000 0 101010 1001 1110 100111000 111000 1000100

Color Harmonies of #DB7FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FC8

Black with #DB7FC8

Text Example


Text Example

White with #DB7FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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