Html Css Color HEX #DC70C4 Orchid

📋 copy color: '#DC70C4'

red 220 ◦ green 112 ◦ blue 196

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

Shades of Orchid #DC70C4

Tints of Orchid #DC70C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.12%

R = 41.67%
G = 21.21%
B = 37.12%

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

#DC70C4 (or 0xDC70C4) is known color: Orchid. HEX triplet: DC, 70 and C4. RGB value is (220,112,196). Sum of RGB (Red+Green+Blue) = 220+112+196=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70C4 is #238F3B. Grayscale: #999999. Windows color (decimal): -2330428 or 12873948. OLE color: 12873948.

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

Color convert

RGB 220 112 196 -
CMYK 0 0.49 0.11 0.14
HSL 313.33º 0.61% 0.65% -
HSV(B) 313.33º 0.49% 0.86% -
XYZ 45.27 30.79 55.78 -
YUV 153.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 220 112 196 0 0.49 0.11 0.14 313.33 0.61 0.65
Hex DC 70 C4 0 31 B E 139 3D 41
Octal 334 160 304 0 61 13 16 471 75 101
Binary 11011100 1110000 11000100 0 110001 1011 1110 100111001 111101 1000001

Color Harmonies of #DC70C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70C4

Black with #DC70C4

Text Example


Text Example

White with #DC70C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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