Html Css Color HEX #DC70D4 Orchid

📋 copy color: '#DC70D4'

red 220 ◦ green 112 ◦ blue 212

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

Shades of Orchid #DC70D4

Tints of Orchid #DC70D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.97%

R = 40.44%
G = 20.59%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC70D4 (or 0xDC70D4) is known color: Orchid. HEX triplet: DC, 70 and D4. RGB value is (220,112,212). Sum of RGB (Red+Green+Blue) = 220+112+212=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70D4 is #238F2B. Grayscale: #9B9B9B. Windows color (decimal): -2330412 or 13922524. OLE color: 13922524.

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

Color convert

RGB 220 112 212 -
CMYK 0 0.49 0.04 0.14
HSL 304.44º 0.61% 0.65% -
HSV(B) 304.44º 0.49% 0.86% -
XYZ 47.19 31.56 65.89 -
YUV 155.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 220 112 212 0 0.49 0.04 0.14 304.44 0.61 0.65
Hex DC 70 D4 0 31 4 E 130 3D 41
Octal 334 160 324 0 61 4 16 460 75 101
Binary 11011100 1110000 11010100 0 110001 100 1110 100110000 111101 1000001

Color Harmonies of #DC70D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70D4

Black with #DC70D4

Text Example


Text Example

White with #DC70D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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