Html Css Color HEX #D570B9 Orchid

📋 copy color: '#D570B9'

red 213 ◦ green 112 ◦ blue 185

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

Shades of Orchid #D570B9

Tints of Orchid #D570B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 41.76%
G = 21.96%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D570B9 (or 0xD570B9) is known color: Orchid. HEX triplet: D5, 70 and B9. RGB value is (213,112,185). Sum of RGB (Red+Green+Blue) = 213+112+185=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D570B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570B9 is #2A8F46. Grayscale: #969696. Windows color (decimal): -2789191 or 12153045. OLE color: 12153045.

HSL color Cylindrical-coordinate representation of color #D570B9: hue angle of 316.63º 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 #D570B9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 185 -
CMYK 0 0.47 0.13 0.16
HSL 316.63º 0.55% 0.64% -
HSV(B) 316.63º 0.47% 0.84% -
XYZ 41.99 29.24 49.33 -
YUV 150.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 213 112 185 0 0.47 0.13 0.16 316.63 0.55 0.64
Hex D5 70 B9 0 2F D 10 13D 37 40
Octal 325 160 271 0 57 15 20 475 67 100
Binary 11010101 1110000 10111001 0 101111 1101 10000 100111101 110111 1000000

Color Harmonies of #D570B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570B9

Black with #D570B9

Text Example


Text Example

White with #D570B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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