Html Css Color HEX #D574D2 Orchid

📋 copy color: '#D574D2'

red 213 ◦ green 116 ◦ blue 210

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

Shades of Orchid #D574D2

Tints of Orchid #D574D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 39.52%
G = 21.52%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D574D2 (or 0xD574D2) is known color: Orchid. HEX triplet: D5, 74 and D2. RGB value is (213,116,210). Sum of RGB (Red+Green+Blue) = 213+116+210=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D574D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574D2 is #2A8B2D. Grayscale: #9B9B9B. Windows color (decimal): -2788142 or 13792469. OLE color: 13792469.

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

Color convert

RGB 213 116 210 -
CMYK 0 0.46 0.01 0.16
HSL 301.86º 0.54% 0.65% -
HSV(B) 301.86º 0.46% 0.84% -
XYZ 45.32 31.29 64.62 -
YUV 155.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 213 116 210 0 0.46 0.01 0.16 301.86 0.54 0.65
Hex D5 74 D2 0 2E 1 10 12E 36 41
Octal 325 164 322 0 56 1 20 456 66 101
Binary 11010101 1110100 11010010 0 101110 1 10000 100101110 110110 1000001

Color Harmonies of #D574D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574D2

Black with #D574D2

Text Example


Text Example

White with #D574D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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