Html Css Color HEX #D570DC Orchid

📋 copy color: '#D570DC'

red 213 ◦ green 112 ◦ blue 220

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

Shades of Orchid #D570DC

Tints of Orchid #D570DC

RGB

 RED value IS 213 (83.59% from 255) = 39.08%

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 39.08%
G = 20.55%
B = 40.37%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D570DC (or 0xD570DC) is known color: Orchid. HEX triplet: D5, 70 and DC. RGB value is (213,112,220). Sum of RGB (Red+Green+Blue) = 213+112+220=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #D570DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570DC is #2A8F23. Grayscale: #9A9A9A. Windows color (decimal): -2789156 or 14446805. OLE color: 14446805.

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

Color convert

RGB 213 112 220 -
CMYK 0.03 0.49 0 0.14
HSL 296.11º 0.61% 0.65% -
HSV(B) 296.11º 0.49% 0.86% -
XYZ 46.15 30.9 71.24 -
YUV 154.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 213 112 220 0.03 0.49 0 0.14 296.11 0.61 0.65
Hex D5 70 DC 3 31 0 E 128 3D 41
Octal 325 160 334 3 61 0 16 450 75 101
Binary 11010101 1110000 11011100 11 110001 0 1110 100101000 111101 1000001

Color Harmonies of #D570DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570DC

Black with #D570DC

Text Example


Text Example

White with #D570DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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