Html Css Color HEX #DC70C3 Orchid

📋 copy color: '#DC70C3'

red 220 ◦ green 112 ◦ blue 195

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

Shades of Orchid #DC70C3

Tints of Orchid #DC70C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37%

R = 41.75%
G = 21.25%
B = 37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC70C3 (or 0xDC70C3) is known color: Orchid. HEX triplet: DC, 70 and C3. RGB value is (220,112,195). Sum of RGB (Red+Green+Blue) = 220+112+195=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70C3 is #238F3C. Grayscale: #999999. Windows color (decimal): -2330429 or 12808412. OLE color: 12808412.

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

Color convert

RGB 220 112 195 -
CMYK 0 0.49 0.11 0.14
HSL 313.89º 0.61% 0.65% -
HSV(B) 313.89º 0.49% 0.86% -
XYZ 45.16 30.74 55.18 -
YUV 153.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 220 112 195 0 0.49 0.11 0.14 313.89 0.61 0.65
Hex DC 70 C3 0 31 B E 13A 3D 41
Octal 334 160 303 0 61 13 16 472 75 101
Binary 11011100 1110000 11000011 0 110001 1011 1110 100111010 111101 1000001

Color Harmonies of #DC70C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70C3

Black with #DC70C3

Text Example


Text Example

White with #DC70C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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