Html Css Color HEX #DC70DA Orchid

📋 copy color: '#DC70DA'

red 220 ◦ green 112 ◦ blue 218

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

Shades of Orchid #DC70DA

Tints of Orchid #DC70DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 40%
G = 20.36%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC70DA (or 0xDC70DA) is known color: Orchid. HEX triplet: DC, 70 and DA. RGB value is (220,112,218). Sum of RGB (Red+Green+Blue) = 220+112+218=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70DA is #238F25. Grayscale: #9C9C9C. Windows color (decimal): -2330406 or 14315740. OLE color: 14315740.

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

Color convert

RGB 220 112 218 -
CMYK 0 0.49 0.01 0.14
HSL 301.11º 0.61% 0.65% -
HSV(B) 301.11º 0.49% 0.86% -
XYZ 47.96 31.87 69.95 -
YUV 156.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 220 112 218 0 0.49 0.01 0.14 301.11 0.61 0.65
Hex DC 70 DA 0 31 1 E 12D 3D 41
Octal 334 160 332 0 61 1 16 455 75 101
Binary 11011100 1110000 11011010 0 110001 1 1110 100101101 111101 1000001

Color Harmonies of #DC70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70DA

Black with #DC70DA

Text Example


Text Example

White with #DC70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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