Html Css Color HEX #AF5CDF Medium Orchid

📋 copy color: '#AF5CDF'

red 175 ◦ green 92 ◦ blue 223

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

Shades of Medium Orchid #AF5CDF

Tints of Medium Orchid #AF5CDF

RGB

 RED value IS 175 (68.75% from 255) = 35.71%

 GREEN value IS 92 (36.33% from 255) = 18.78%

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

R = 35.71%
G = 18.78%
B = 45.51%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF5CDF (or 0xAF5CDF) is known color: Medium Orchid. HEX triplet: AF, 5C and DF. RGB value is (175,92,223). Sum of RGB (Red+Green+Blue) = 175+92+223=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF5CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CDF is #50A320. Grayscale: #838383. Windows color (decimal): -5284641 or 14638255. OLE color: 14638255.

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

Color convert

RGB 175 92 223 -
CMYK 0.22 0.59 0 0.13
HSL 278.02º 0.67% 0.62% -
HSV(B) 278.02º 0.59% 0.87% -
XYZ 34.83 22.1 72.24 -
YUV 131.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 175 92 223 0.22 0.59 0 0.13 278.02 0.67 0.62
Hex AF 5C DF 16 3B 0 D 116 43 3E
Octal 257 134 337 26 73 0 15 426 103 76
Binary 10101111 1011100 11011111 10110 111011 0 1101 100010110 1000011 111110

Color Harmonies of #AF5CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CDF

Black with #AF5CDF

Text Example


Text Example

White with #AF5CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CDF; }

 p { color: rgb(175,92,223); }

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

background-color css

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

 a { background-color: rgb(175,92,223); }

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

border-color css

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

 span { border-color: rgb(175,92,223); }

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