Html Css Color HEX #D574DC Orchid

📋 copy color: '#D574DC'

red 213 ◦ green 116 ◦ blue 220

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

Shades of Orchid #D574DC

Tints of Orchid #D574DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 38.8%
G = 21.13%
B = 40.07%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D574DC (or 0xD574DC) is known color: Orchid. HEX triplet: D5, 74 and DC. RGB value is (213,116,220). Sum of RGB (Red+Green+Blue) = 213+116+220=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #D574DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574DC is #2A8B23. Grayscale: #9C9C9C. Windows color (decimal): -2788132 or 14447829. OLE color: 14447829.

HSL color Cylindrical-coordinate representation of color #D574DC: hue angle of 295.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D574DC is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 116 220 -
CMYK 0.03 0.47 0 0.14
HSL 295.96º 0.6% 0.66% -
HSV(B) 295.96º 0.47% 0.86% -
XYZ 46.6 31.8 71.39 -
YUV 156.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 213 116 220 0.03 0.47 0 0.14 295.96 0.6 0.66
Hex D5 74 DC 3 2F 0 E 128 3C 42
Octal 325 164 334 3 57 0 16 450 74 102
Binary 11010101 1110100 11011100 11 101111 0 1110 100101000 111100 1000010

Color Harmonies of #D574DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574DC

Black with #D574DC

Text Example


Text Example

White with #D574DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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