Html Css Color HEX #AF5CED Medium Orchid

📋 copy color: '#AF5CED'

red 175 ◦ green 92 ◦ blue 237

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

Shades of Medium Orchid #AF5CED

Tints of Medium Orchid #AF5CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 34.72%
G = 18.25%
B = 47.02%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF5CED (or 0xAF5CED) is known color: Medium Orchid. HEX triplet: AF, 5C and ED. RGB value is (175,92,237). Sum of RGB (Red+Green+Blue) = 175+92+237=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF5CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CED is #50A312. Grayscale: #848484. Windows color (decimal): -5284627 or 15555759. OLE color: 15555759.

HSL color Cylindrical-coordinate representation of color #AF5CED: hue angle of 274.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5CED is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 92 237 -
CMYK 0.26 0.61 0 0.07
HSL 274.34º 0.8% 0.65% -
HSV(B) 274.34º 0.61% 0.93% -
XYZ 36.79 22.88 82.6 -
YUV 133.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 175 92 237 0.26 0.61 0 0.07 274.34 0.8 0.65
Hex AF 5C ED 1A 3D 0 7 112 50 41
Octal 257 134 355 32 75 0 7 422 120 101
Binary 10101111 1011100 11101101 11010 111101 0 111 100010010 1010000 1000001

Color Harmonies of #AF5CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CED

Black with #AF5CED

Text Example


Text Example

White with #AF5CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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