Html Css Color HEX #D574BF Orchid

📋 copy color: '#D574BF'

red 213 ◦ green 116 ◦ blue 191

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

Shades of Orchid #D574BF

Tints of Orchid #D574BF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.31%

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

R = 40.96%
G = 22.31%
B = 36.73%

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

#D574BF (or 0xD574BF) is known color: Orchid. HEX triplet: D5, 74 and BF. RGB value is (213,116,191). Sum of RGB (Red+Green+Blue) = 213+116+191=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D574BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574BF is #2A8B40. Grayscale: #999999. Windows color (decimal): -2788161 or 12547285. OLE color: 12547285.

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

Color convert

RGB 213 116 191 -
CMYK 0 0.46 0.10 0.16
HSL 313.61º 0.54% 0.65% -
HSV(B) 313.61º 0.46% 0.84% -
XYZ 43.09 30.4 52.89 -
YUV 153.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 213 116 191 0 0.46 0.10 0.16 313.61 0.54 0.65
Hex D5 74 BF 0 2E A 10 13A 36 41
Octal 325 164 277 0 56 12 20 472 66 101
Binary 11010101 1110100 10111111 0 101110 1010 10000 100111010 110110 1000001

Color Harmonies of #D574BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574BF

Black with #D574BF

Text Example


Text Example

White with #D574BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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