Html Css Color HEX #DB7FCC Orchid

📋 copy color: '#DB7FCC'

red 219 ◦ green 127 ◦ blue 204

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

Shades of Orchid #DB7FCC

Tints of Orchid #DB7FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 39.82%
G = 23.09%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB7FCC (or 0xDB7FCC) is known color: Orchid. HEX triplet: DB, 7F and CC. RGB value is (219,127,204). Sum of RGB (Red+Green+Blue) = 219+127+204=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FCC is #248033. Grayscale: #A3A3A3. Windows color (decimal): -2392116 or 13402075. OLE color: 13402075.

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

Color convert

RGB 219 127 204 -
CMYK 0 0.42 0.07 0.14
HSL 309.78º 0.56% 0.68% -
HSV(B) 309.78º 0.42% 0.86% -
XYZ 47.7 34.6 61.29 -
YUV 163.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 219 127 204 0 0.42 0.07 0.14 309.78 0.56 0.68
Hex DB 7F CC 0 2A 7 E 136 38 44
Octal 333 177 314 0 52 7 16 466 70 104
Binary 11011011 1111111 11001100 0 101010 111 1110 100110110 111000 1000100

Color Harmonies of #DB7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7FCC

Black with #DB7FCC

Text Example


Text Example

White with #DB7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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