Html Css Color HEX #DC70DB Orchid

📋 copy color: '#DC70DB'

red 220 ◦ green 112 ◦ blue 219

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

Shades of Orchid #DC70DB

Tints of Orchid #DC70DB

RGB

 RED value IS 220 (86.33% from 255) = 39.93%

 GREEN value IS 112 (44.14% from 255) = 20.33%

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

R = 39.93%
G = 20.33%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC70DB (or 0xDC70DB) is known color: Orchid. HEX triplet: DC, 70 and DB. RGB value is (220,112,219). Sum of RGB (Red+Green+Blue) = 220+112+219=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70DB is #238F24. Grayscale: #9C9C9C. Windows color (decimal): -2330405 or 14381276. OLE color: 14381276.

HSL color Cylindrical-coordinate representation of color #DC70DB: hue angle of 300.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC70DB is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 112 219 -
CMYK 0 0.49 0.00 0.14
HSL 300.56º 0.61% 0.65% -
HSV(B) 300.56º 0.49% 0.86% -
XYZ 48.1 31.92 70.64 -
YUV 156.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 220 112 219 0 0.49 0.00 0.14 300.56 0.61 0.65
Hex DC 70 DB 0 31 0 E 12D 3D 41
Octal 334 160 333 0 61 0 16 455 75 101
Binary 11011100 1110000 11011011 0 110001 0 1110 100101101 111101 1000001

Color Harmonies of #DC70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70DB

Black with #DC70DB

Text Example


Text Example

White with #DC70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70DB; }

 p { color: rgb(220,112,219); }

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

background-color css

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

 a { background-color: rgb(220,112,219); }

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

border-color css

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

 span { border-color: rgb(220,112,219); }

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