Html Css Color HEX #DC70CF Orchid

📋 copy color: '#DC70CF'

red 220 ◦ green 112 ◦ blue 207

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

Shades of Orchid #DC70CF

Tints of Orchid #DC70CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 40.82%
G = 20.78%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC70CF (or 0xDC70CF) is known color: Orchid. HEX triplet: DC, 70 and CF. RGB value is (220,112,207). Sum of RGB (Red+Green+Blue) = 220+112+207=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70CF is #238F30. Grayscale: #9A9A9A. Windows color (decimal): -2330417 or 13594844. OLE color: 13594844.

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

Color convert

RGB 220 112 207 -
CMYK 0 0.49 0.06 0.14
HSL 307.22º 0.61% 0.65% -
HSV(B) 307.22º 0.49% 0.86% -
XYZ 46.57 31.31 62.62 -
YUV 155.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 220 112 207 0 0.49 0.06 0.14 307.22 0.61 0.65
Hex DC 70 CF 0 31 6 E 133 3D 41
Octal 334 160 317 0 61 6 16 463 75 101
Binary 11011100 1110000 11001111 0 110001 110 1110 100110011 111101 1000001

Color Harmonies of #DC70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70CF

Black with #DC70CF

Text Example


Text Example

White with #DC70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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