Html Css Color HEX #D570D0 Orchid

📋 copy color: '#D570D0'

red 213 ◦ green 112 ◦ blue 208

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

Shades of Orchid #D570D0

Tints of Orchid #D570D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.02%

R = 39.96%
G = 21.01%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D570D0 (or 0xD570D0) is known color: Orchid. HEX triplet: D5, 70 and D0. RGB value is (213,112,208). Sum of RGB (Red+Green+Blue) = 213+112+208=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D570D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570D0 is #2A8F2F. Grayscale: #989898. Windows color (decimal): -2789168 or 13660373. OLE color: 13660373.

HSL color Cylindrical-coordinate representation of color #D570D0: hue angle of 302.97º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D570D0 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 208 -
CMYK 0 0.47 0.02 0.16
HSL 302.97º 0.55% 0.64% -
HSV(B) 302.97º 0.47% 0.84% -
XYZ 44.62 30.29 63.17 -
YUV 153.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 213 112 208 0 0.47 0.02 0.16 302.97 0.55 0.64
Hex D5 70 D0 0 2F 2 10 12F 37 40
Octal 325 160 320 0 57 2 20 457 67 100
Binary 11010101 1110000 11010000 0 101111 10 10000 100101111 110111 1000000

Color Harmonies of #D570D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570D0

Black with #D570D0

Text Example


Text Example

White with #D570D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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