Html Css Color HEX #AF3CF0 Medium Orchid

📋 copy color: '#AF3CF0'

red 175 ◦ green 60 ◦ blue 240

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

Shades of Medium Orchid #AF3CF0

Tints of Medium Orchid #AF3CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.53%

R = 36.84%
G = 12.63%
B = 50.53%

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

#AF3CF0 (or 0xAF3CF0) is known color: Medium Orchid. HEX triplet: AF, 3C and F0. RGB value is (175,60,240). Sum of RGB (Red+Green+Blue) = 175+60+240=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF3CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CF0 is #50C30F. Grayscale: #727272. Windows color (decimal): -5292816 or 15744175. OLE color: 15744175.

HSL color Cylindrical-coordinate representation of color #AF3CF0: hue angle of 278.33º degrees, saturation: 0.86, 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 #AF3CF0 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 60 240 -
CMYK 0.27 0.75 0 0.06
HSL 278.33º 0.86% 0.59% -
HSV(B) 278.33º 0.75% 0.94% -
XYZ 35.02 18.64 84.19 -
YUV 114.91 198.6 170.86 -
System Red Green Blue C M Y K H S L
Decimal 175 60 240 0.27 0.75 0 0.06 278.33 0.86 0.59
Hex AF 3C F0 1B 4B 0 6 116 56 3B
Octal 257 74 360 33 113 0 6 426 126 73
Binary 10101111 111100 11110000 11011 1001011 0 110 100010110 1010110 111011

Color Harmonies of #AF3CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CF0

Black with #AF3CF0

Text Example


Text Example

White with #AF3CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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