Html Css Color HEX #D570BC Orchid

📋 copy color: '#D570BC'

red 213 ◦ green 112 ◦ blue 188

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

Shades of Orchid #D570BC

Tints of Orchid #D570BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 41.52%
G = 21.83%
B = 36.65%

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

#D570BC (or 0xD570BC) is known color: Orchid. HEX triplet: D5, 70 and BC. RGB value is (213,112,188). Sum of RGB (Red+Green+Blue) = 213+112+188=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D570BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570BC is #2A8F43. Grayscale: #969696. Windows color (decimal): -2789188 or 12349653. OLE color: 12349653.

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

Color convert

RGB 213 112 188 -
CMYK 0 0.47 0.12 0.16
HSL 314.85º 0.55% 0.64% -
HSV(B) 314.85º 0.47% 0.84% -
XYZ 42.31 29.37 51.01 -
YUV 150.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 213 112 188 0 0.47 0.12 0.16 314.85 0.55 0.64
Hex D5 70 BC 0 2F C 10 13B 37 40
Octal 325 160 274 0 57 14 20 473 67 100
Binary 11010101 1110000 10111100 0 101111 1100 10000 100111011 110111 1000000

Color Harmonies of #D570BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570BC

Black with #D570BC

Text Example


Text Example

White with #D570BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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