Html Css Color HEX #DC70C0 Orchid

📋 copy color: '#DC70C0'

red 220 ◦ green 112 ◦ blue 192

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

Shades of Orchid #DC70C0

Tints of Orchid #DC70C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 41.98%
G = 21.37%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC70C0 (or 0xDC70C0) is known color: Orchid. HEX triplet: DC, 70 and C0. RGB value is (220,112,192). Sum of RGB (Red+Green+Blue) = 220+112+192=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70C0 is #238F3F. Grayscale: #999999. Windows color (decimal): -2330432 or 12611804. OLE color: 12611804.

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

Color convert

RGB 220 112 192 -
CMYK 0 0.49 0.13 0.14
HSL 315.56º 0.61% 0.65% -
HSV(B) 315.56º 0.49% 0.86% -
XYZ 44.82 30.61 53.41 -
YUV 153.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 220 112 192 0 0.49 0.13 0.14 315.56 0.61 0.65
Hex DC 70 C0 0 31 D E 13C 3D 41
Octal 334 160 300 0 61 15 16 474 75 101
Binary 11011100 1110000 11000000 0 110001 1101 1110 100111100 111101 1000001

Color Harmonies of #DC70C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70C0

Black with #DC70C0

Text Example


Text Example

White with #DC70C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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