Html Css Color HEX #D570B6 Orchid

📋 copy color: '#D570B6'

red 213 ◦ green 112 ◦ blue 182

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

Shades of Orchid #D570B6

Tints of Orchid #D570B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 42.01%
G = 22.09%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D570B6 (or 0xD570B6) is known color: Orchid. HEX triplet: D5, 70 and B6. RGB value is (213,112,182). Sum of RGB (Red+Green+Blue) = 213+112+182=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D570B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570B6 is #2A8F49. Grayscale: #969696. Windows color (decimal): -2789194 or 11956437. OLE color: 11956437.

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

Color convert

RGB 213 112 182 -
CMYK 0 0.47 0.15 0.16
HSL 318.42º 0.55% 0.64% -
HSV(B) 318.42º 0.47% 0.84% -
XYZ 41.68 29.11 47.68 -
YUV 150.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 213 112 182 0 0.47 0.15 0.16 318.42 0.55 0.64
Hex D5 70 B6 0 2F F 10 13E 37 40
Octal 325 160 266 0 57 17 20 476 67 100
Binary 11010101 1110000 10110110 0 101111 1111 10000 100111110 110111 1000000

Color Harmonies of #D570B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570B6

Black with #D570B6

Text Example


Text Example

White with #D570B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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