Html Css Color HEX #D574BE Orchid

📋 copy color: '#D574BE'

red 213 ◦ green 116 ◦ blue 190

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

Shades of Orchid #D574BE

Tints of Orchid #D574BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 41.04%
G = 22.35%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D574BE (or 0xD574BE) is known color: Orchid. HEX triplet: D5, 74 and BE. RGB value is (213,116,190). Sum of RGB (Red+Green+Blue) = 213+116+190=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D574BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574BE is #2A8B41. Grayscale: #999999. Windows color (decimal): -2788162 or 12481749. OLE color: 12481749.

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

Color convert

RGB 213 116 190 -
CMYK 0 0.46 0.11 0.16
HSL 314.23º 0.54% 0.65% -
HSV(B) 314.23º 0.46% 0.84% -
XYZ 42.98 30.35 52.31 -
YUV 153.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 213 116 190 0 0.46 0.11 0.16 314.23 0.54 0.65
Hex D5 74 BE 0 2E B 10 13A 36 41
Octal 325 164 276 0 56 13 20 472 66 101
Binary 11010101 1110100 10111110 0 101110 1011 10000 100111010 110110 1000001

Color Harmonies of #D574BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574BE

Black with #D574BE

Text Example


Text Example

White with #D574BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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