Html Css Color HEX #D570BA Orchid

📋 copy color: '#D570BA'

red 213 ◦ green 112 ◦ blue 186

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

Shades of Orchid #D570BA

Tints of Orchid #D570BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 41.68%
G = 21.92%
B = 36.4%

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

#D570BA (or 0xD570BA) is known color: Orchid. HEX triplet: D5, 70 and BA. RGB value is (213,112,186). Sum of RGB (Red+Green+Blue) = 213+112+186=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D570BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570BA is #2A8F45. Grayscale: #969696. Windows color (decimal): -2789190 or 12218581. OLE color: 12218581.

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

Color convert

RGB 213 112 186 -
CMYK 0 0.47 0.13 0.16
HSL 316.04º 0.55% 0.64% -
HSV(B) 316.04º 0.47% 0.84% -
XYZ 42.1 29.28 49.89 -
YUV 150.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 213 112 186 0 0.47 0.13 0.16 316.04 0.55 0.64
Hex D5 70 BA 0 2F D 10 13C 37 40
Octal 325 160 272 0 57 15 20 474 67 100
Binary 11010101 1110000 10111010 0 101111 1101 10000 100111100 110111 1000000

Color Harmonies of #D570BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570BA

Black with #D570BA

Text Example


Text Example

White with #D570BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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