Html Css Color HEX #D570B7 Orchid

📋 copy color: '#D570B7'

red 213 ◦ green 112 ◦ blue 183

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

Shades of Orchid #D570B7

Tints of Orchid #D570B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 41.93%
G = 22.05%
B = 36.02%

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

#D570B7 (or 0xD570B7) is known color: Orchid. HEX triplet: D5, 70 and B7. RGB value is (213,112,183). Sum of RGB (Red+Green+Blue) = 213+112+183=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D570B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570B7 is #2A8F48. Grayscale: #969696. Windows color (decimal): -2789193 or 12021973. OLE color: 12021973.

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

Color convert

RGB 213 112 183 -
CMYK 0 0.47 0.14 0.16
HSL 317.82º 0.55% 0.64% -
HSV(B) 317.82º 0.47% 0.84% -
XYZ 41.78 29.15 48.22 -
YUV 150.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 213 112 183 0 0.47 0.14 0.16 317.82 0.55 0.64
Hex D5 70 B7 0 2F E 10 13E 37 40
Octal 325 160 267 0 57 16 20 476 67 100
Binary 11010101 1110000 10110111 0 101111 1110 10000 100111110 110111 1000000

Color Harmonies of #D570B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570B7

Black with #D570B7

Text Example


Text Example

White with #D570B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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