Html Css Color HEX #D574C3 Orchid

📋 copy color: '#D574C3'

red 213 ◦ green 116 ◦ blue 195

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

Shades of Orchid #D574C3

Tints of Orchid #D574C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.21%

R = 40.65%
G = 22.14%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D574C3 (or 0xD574C3) is known color: Orchid. HEX triplet: D5, 74 and C3. RGB value is (213,116,195). Sum of RGB (Red+Green+Blue) = 213+116+195=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D574C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574C3 is #2A8B3C. Grayscale: #999999. Windows color (decimal): -2788157 or 12809429. OLE color: 12809429.

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

Color convert

RGB 213 116 195 -
CMYK 0 0.46 0.08 0.16
HSL 311.13º 0.54% 0.65% -
HSV(B) 311.13º 0.46% 0.84% -
XYZ 43.54 30.58 55.24 -
YUV 154.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 213 116 195 0 0.46 0.08 0.16 311.13 0.54 0.65
Hex D5 74 C3 0 2E 8 10 137 36 41
Octal 325 164 303 0 56 10 20 467 66 101
Binary 11010101 1110100 11000011 0 101110 1000 10000 100110111 110110 1000001

Color Harmonies of #D574C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D574C3

Black with #D574C3

Text Example


Text Example

White with #D574C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D574C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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