Html Css Color HEX #D574DA Orchid

📋 copy color: '#D574DA'

red 213 ◦ green 116 ◦ blue 218

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

Shades of Orchid #D574DA

Tints of Orchid #D574DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 38.94%
G = 21.21%
B = 39.85%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D574DA (or 0xD574DA) is known color: Orchid. HEX triplet: D5, 74 and DA. RGB value is (213,116,218). Sum of RGB (Red+Green+Blue) = 213+116+218=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #D574DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574DA is #2A8B25. Grayscale: #9C9C9C. Windows color (decimal): -2788134 or 14316757. OLE color: 14316757.

HSL color Cylindrical-coordinate representation of color #D574DA: hue angle of 297.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D574DA is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 116 218 -
CMYK 0.02 0.47 0 0.15
HSL 297.06º 0.58% 0.65% -
HSV(B) 297.06º 0.47% 0.85% -
XYZ 46.34 31.7 70.01 -
YUV 156.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 213 116 218 0.02 0.47 0 0.15 297.06 0.58 0.65
Hex D5 74 DA 2 2F 0 F 129 3A 41
Octal 325 164 332 2 57 0 17 451 72 101
Binary 11010101 1110100 11011010 10 101111 0 1111 100101001 111010 1000001

Color Harmonies of #D574DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574DA

Black with #D574DA

Text Example


Text Example

White with #D574DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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