Html Css Color HEX #D574B8 Orchid

📋 copy color: '#D574B8'

red 213 ◦ green 116 ◦ blue 184

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

Shades of Orchid #D574B8

Tints of Orchid #D574B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.87%

R = 41.52%
G = 22.61%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D574B8 (or 0xD574B8) is known color: Orchid. HEX triplet: D5, 74 and B8. RGB value is (213,116,184). Sum of RGB (Red+Green+Blue) = 213+116+184=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D574B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574B8 is #2A8B47. Grayscale: #989898. Windows color (decimal): -2788168 or 12088533. OLE color: 12088533.

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

Color convert

RGB 213 116 184 -
CMYK 0 0.46 0.14 0.16
HSL 317.94º 0.54% 0.65% -
HSV(B) 317.94º 0.46% 0.84% -
XYZ 42.34 30.1 48.93 -
YUV 152.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 213 116 184 0 0.46 0.14 0.16 317.94 0.54 0.65
Hex D5 74 B8 0 2E E 10 13E 36 41
Octal 325 164 270 0 56 16 20 476 66 101
Binary 11010101 1110100 10111000 0 101110 1110 10000 100111110 110110 1000001

Color Harmonies of #D574B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574B8

Black with #D574B8

Text Example


Text Example

White with #D574B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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