Html Css Color HEX #D572BF Orchid

📋 copy color: '#D572BF'

red 213 ◦ green 114 ◦ blue 191

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

Shades of Orchid #D572BF

Tints of Orchid #D572BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.01%

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

R = 41.12%
G = 22.01%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D572BF (or 0xD572BF) is known color: Orchid. HEX triplet: D5, 72 and BF. RGB value is (213,114,191). Sum of RGB (Red+Green+Blue) = 213+114+191=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D572BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572BF is #2A8D40. Grayscale: #989898. Windows color (decimal): -2788673 or 12546773. OLE color: 12546773.

HSL color Cylindrical-coordinate representation of color #D572BF: hue angle of 313.33º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D572BF is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 191 -
CMYK 0 0.46 0.10 0.16
HSL 313.33º 0.54% 0.64% -
HSV(B) 313.33º 0.46% 0.84% -
XYZ 42.86 29.94 52.81 -
YUV 152.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 213 114 191 0 0.46 0.10 0.16 313.33 0.54 0.64
Hex D5 72 BF 0 2E A 10 139 36 40
Octal 325 162 277 0 56 12 20 471 66 100
Binary 11010101 1110010 10111111 0 101110 1010 10000 100111001 110110 1000000

Color Harmonies of #D572BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D572BF

Black with #D572BF

Text Example


Text Example

White with #D572BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D572BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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