Html Css Color HEX #D570BF Orchid

📋 copy color: '#D570BF'

red 213 ◦ green 112 ◦ blue 191

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

Shades of Orchid #D570BF

Tints of Orchid #D570BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.02%

R = 41.28%
G = 21.71%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D570BF (or 0xD570BF) is known color: Orchid. HEX triplet: D5, 70 and BF. RGB value is (213,112,191). Sum of RGB (Red+Green+Blue) = 213+112+191=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D570BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570BF is #2A8F40. Grayscale: #969696. Windows color (decimal): -2789185 or 12546261. OLE color: 12546261.

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

Color convert

RGB 213 112 191 -
CMYK 0 0.47 0.10 0.16
HSL 313.07º 0.55% 0.64% -
HSV(B) 313.07º 0.47% 0.84% -
XYZ 42.64 29.5 52.74 -
YUV 151.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 213 112 191 0 0.47 0.10 0.16 313.07 0.55 0.64
Hex D5 70 BF 0 2F A 10 139 37 40
Octal 325 160 277 0 57 12 20 471 67 100
Binary 11010101 1110000 10111111 0 101111 1010 10000 100111001 110111 1000000

Color Harmonies of #D570BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570BF

Black with #D570BF

Text Example


Text Example

White with #D570BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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