Html Css Color HEX #D575DF Orchid

📋 copy color: '#D575DF'

red 213 ◦ green 117 ◦ blue 223

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

Shades of Orchid #D575DF

Tints of Orchid #D575DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 38.52%
G = 21.16%
B = 40.33%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D575DF (or 0xD575DF) is known color: Orchid. HEX triplet: D5, 75 and DF. RGB value is (213,117,223). Sum of RGB (Red+Green+Blue) = 213+117+223=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #D575DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575DF is #2A8A20. Grayscale: #9D9D9D. Windows color (decimal): -2787873 or 14644693. OLE color: 14644693.

HSL color Cylindrical-coordinate representation of color #D575DF: hue angle of 294.34º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D575DF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 117 223 -
CMYK 0.04 0.48 0 0.13
HSL 294.34º 0.62% 0.67% -
HSV(B) 294.34º 0.48% 0.87% -
XYZ 47.12 32.2 73.54 -
YUV 157.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 213 117 223 0.04 0.48 0 0.13 294.34 0.62 0.67
Hex D5 75 DF 4 30 0 D 126 3E 43
Octal 325 165 337 4 60 0 15 446 76 103
Binary 11010101 1110101 11011111 100 110000 0 1101 100100110 111110 1000011

Color Harmonies of #D575DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575DF

Black with #D575DF

Text Example


Text Example

White with #D575DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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