Html Css Color HEX #AF3CEF Medium Orchid

📋 copy color: '#AF3CEF'

red 175 ◦ green 60 ◦ blue 239

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

Shades of Medium Orchid #AF3CEF

Tints of Medium Orchid #AF3CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.66%

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 36.92%
G = 12.66%
B = 50.42%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF3CEF (or 0xAF3CEF) is known color: Medium Orchid. HEX triplet: AF, 3C and EF. RGB value is (175,60,239). Sum of RGB (Red+Green+Blue) = 175+60+239=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF3CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CEF is #50C310. Grayscale: #727272. Windows color (decimal): -5292817 or 15678639. OLE color: 15678639.

HSL color Cylindrical-coordinate representation of color #AF3CEF: hue angle of 278.55º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3CEF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 60 239 -
CMYK 0.27 0.75 0 0.06
HSL 278.55º 0.85% 0.59% -
HSV(B) 278.55º 0.75% 0.94% -
XYZ 34.88 18.58 83.41 -
YUV 114.79 198.1 170.95 -
System Red Green Blue C M Y K H S L
Decimal 175 60 239 0.27 0.75 0 0.06 278.55 0.85 0.59
Hex AF 3C EF 1B 4B 0 6 117 55 3B
Octal 257 74 357 33 113 0 6 427 125 73
Binary 10101111 111100 11101111 11011 1001011 0 110 100010111 1010101 111011

Color Harmonies of #AF3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CEF

Black with #AF3CEF

Text Example


Text Example

White with #AF3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CEF; }

 p { color: rgb(175,60,239); }

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

background-color css

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

 a { background-color: rgb(175,60,239); }

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

border-color css

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

 span { border-color: rgb(175,60,239); }

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