Html Css Color HEX #D570BB Orchid

📋 copy color: '#D570BB'

red 213 ◦ green 112 ◦ blue 187

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

Shades of Orchid #D570BB

Tints of Orchid #D570BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 41.6%
G = 21.88%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D570BB (or 0xD570BB) is known color: Orchid. HEX triplet: D5, 70 and BB. RGB value is (213,112,187). Sum of RGB (Red+Green+Blue) = 213+112+187=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D570BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570BB is #2A8F44. Grayscale: #969696. Windows color (decimal): -2789189 or 12284117. OLE color: 12284117.

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

Color convert

RGB 213 112 187 -
CMYK 0 0.47 0.12 0.16
HSL 315.45º 0.55% 0.64% -
HSV(B) 315.45º 0.47% 0.84% -
XYZ 42.2 29.32 50.45 -
YUV 150.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 213 112 187 0 0.47 0.12 0.16 315.45 0.55 0.64
Hex D5 70 BB 0 2F C 10 13B 37 40
Octal 325 160 273 0 57 14 20 473 67 100
Binary 11010101 1110000 10111011 0 101111 1100 10000 100111011 110111 1000000

Color Harmonies of #D570BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570BB

Black with #D570BB

Text Example


Text Example

White with #D570BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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