Html Css Color HEX #D575D1 Orchid

📋 copy color: '#D575D1'

red 213 ◦ green 117 ◦ blue 209

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

Shades of Orchid #D575D1

Tints of Orchid #D575D1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.71%

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 39.52%
G = 21.71%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D575D1 (or 0xD575D1) is known color: Orchid. HEX triplet: D5, 75 and D1. RGB value is (213,117,209). Sum of RGB (Red+Green+Blue) = 213+117+209=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D575D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575D1 is #2A8A2E. Grayscale: #9B9B9B. Windows color (decimal): -2787887 or 13727189. OLE color: 13727189.

HSL color Cylindrical-coordinate representation of color #D575D1: hue angle of 302.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D575D1 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 209 -
CMYK 0 0.45 0.02 0.16
HSL 302.5º 0.53% 0.65% -
HSV(B) 302.5º 0.45% 0.84% -
XYZ 45.31 31.47 64.01 -
YUV 156.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 213 117 209 0 0.45 0.02 0.16 302.5 0.53 0.65
Hex D5 75 D1 0 2D 2 10 12E 35 41
Octal 325 165 321 0 55 2 20 456 65 101
Binary 11010101 1110101 11010001 0 101101 10 10000 100101110 110101 1000001

Color Harmonies of #D575D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575D1

Black with #D575D1

Text Example


Text Example

White with #D575D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575D1; }

 p { color: rgb(213,117,209); }

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

background-color css

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

 a { background-color: rgb(213,117,209); }

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

border-color css

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

 span { border-color: rgb(213,117,209); }

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