Html Css Color HEX #D574D7 Orchid

📋 copy color: '#D574D7'

red 213 ◦ green 116 ◦ blue 215

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

Shades of Orchid #D574D7

Tints of Orchid #D574D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.52%

R = 39.15%
G = 21.32%
B = 39.52%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D574D7 (or 0xD574D7) is known color: Orchid. HEX triplet: D5, 74 and D7. RGB value is (213,116,215). Sum of RGB (Red+Green+Blue) = 213+116+215=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #D574D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574D7 is #2A8B28. Grayscale: #9B9B9B. Windows color (decimal): -2788137 or 14120149. OLE color: 14120149.

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

Color convert

RGB 213 116 215 -
CMYK 0.01 0.46 0 0.16
HSL 298.79º 0.55% 0.65% -
HSV(B) 298.79º 0.46% 0.84% -
XYZ 45.95 31.54 67.96 -
YUV 156.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 213 116 215 0.01 0.46 0 0.16 298.79 0.55 0.65
Hex D5 74 D7 1 2E 0 10 12B 37 41
Octal 325 164 327 1 56 0 20 453 67 101
Binary 11010101 1110100 11010111 1 101110 0 10000 100101011 110111 1000001

Color Harmonies of #D574D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574D7

Black with #D574D7

Text Example


Text Example

White with #D574D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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