Html Css Color HEX #D574D0 Orchid

📋 copy color: '#D574D0'

red 213 ◦ green 116 ◦ blue 208

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

Shades of Orchid #D574D0

Tints of Orchid #D574D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 39.66%
G = 21.6%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D574D0 (or 0xD574D0) is known color: Orchid. HEX triplet: D5, 74 and D0. RGB value is (213,116,208). Sum of RGB (Red+Green+Blue) = 213+116+208=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D574D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574D0 is #2A8B2F. Grayscale: #9B9B9B. Windows color (decimal): -2788144 or 13661397. OLE color: 13661397.

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

Color convert

RGB 213 116 208 -
CMYK 0 0.46 0.02 0.16
HSL 303.09º 0.54% 0.65% -
HSV(B) 303.09º 0.46% 0.84% -
XYZ 45.07 31.19 63.32 -
YUV 155.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 213 116 208 0 0.46 0.02 0.16 303.09 0.54 0.65
Hex D5 74 D0 0 2E 2 10 12F 36 41
Octal 325 164 320 0 56 2 20 457 66 101
Binary 11010101 1110100 11010000 0 101110 10 10000 100101111 110110 1000001

Color Harmonies of #D574D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574D0

Black with #D574D0

Text Example


Text Example

White with #D574D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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