Html Css Color HEX #D570B8 Orchid

📋 copy color: '#D570B8'

red 213 ◦ green 112 ◦ blue 184

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

Shades of Orchid #D570B8

Tints of Orchid #D570B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.15%

R = 41.85%
G = 22%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D570B8 (or 0xD570B8) is known color: Orchid. HEX triplet: D5, 70 and B8. RGB value is (213,112,184). Sum of RGB (Red+Green+Blue) = 213+112+184=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D570B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570B8 is #2A8F47. Grayscale: #969696. Windows color (decimal): -2789192 or 12087509. OLE color: 12087509.

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

Color convert

RGB 213 112 184 -
CMYK 0 0.47 0.14 0.16
HSL 317.23º 0.55% 0.64% -
HSV(B) 317.23º 0.47% 0.84% -
XYZ 41.89 29.2 48.77 -
YUV 150.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 213 112 184 0 0.47 0.14 0.16 317.23 0.55 0.64
Hex D5 70 B8 0 2F E 10 13D 37 40
Octal 325 160 270 0 57 16 20 475 67 100
Binary 11010101 1110000 10111000 0 101111 1110 10000 100111101 110111 1000000

Color Harmonies of #D570B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570B8

Black with #D570B8

Text Example


Text Example

White with #D570B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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