Html Css Color HEX #DC70BD Orchid

📋 copy color: '#DC70BD'

red 220 ◦ green 112 ◦ blue 189

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

Shades of Orchid #DC70BD

Tints of Orchid #DC70BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.28%

R = 42.23%
G = 21.5%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC70BD (or 0xDC70BD) is known color: Orchid. HEX triplet: DC, 70 and BD. RGB value is (220,112,189). Sum of RGB (Red+Green+Blue) = 220+112+189=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70BD is #238F42. Grayscale: #989898. Windows color (decimal): -2330435 or 12415196. OLE color: 12415196.

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

Color convert

RGB 220 112 189 -
CMYK 0 0.49 0.14 0.14
HSL 317.22º 0.61% 0.65% -
HSV(B) 317.22º 0.49% 0.86% -
XYZ 44.49 30.48 51.68 -
YUV 153.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 220 112 189 0 0.49 0.14 0.14 317.22 0.61 0.65
Hex DC 70 BD 0 31 E E 13D 3D 41
Octal 334 160 275 0 61 16 16 475 75 101
Binary 11011100 1110000 10111101 0 110001 1110 1110 100111101 111101 1000001

Color Harmonies of #DC70BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70BD

Black with #DC70BD

Text Example


Text Example

White with #DC70BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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