Html Css Color HEX #DC70D5 Orchid

📋 copy color: '#DC70D5'

red 220 ◦ green 112 ◦ blue 213

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

Shades of Orchid #DC70D5

Tints of Orchid #DC70D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 40.37%
G = 20.55%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC70D5 (or 0xDC70D5) is known color: Orchid. HEX triplet: DC, 70 and D5. RGB value is (220,112,213). Sum of RGB (Red+Green+Blue) = 220+112+213=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70D5 is #238F2A. Grayscale: #9B9B9B. Windows color (decimal): -2330411 or 13988060. OLE color: 13988060.

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

Color convert

RGB 220 112 213 -
CMYK 0 0.49 0.03 0.14
HSL 303.89º 0.61% 0.65% -
HSV(B) 303.89º 0.49% 0.86% -
XYZ 47.32 31.61 66.56 -
YUV 155.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 220 112 213 0 0.49 0.03 0.14 303.89 0.61 0.65
Hex DC 70 D5 0 31 3 E 130 3D 41
Octal 334 160 325 0 61 3 16 460 75 101
Binary 11011100 1110000 11010101 0 110001 11 1110 100110000 111101 1000001

Color Harmonies of #DC70D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70D5

Black with #DC70D5

Text Example


Text Example

White with #DC70D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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