Html Css Color HEX #AF40CF Medium Orchid

📋 copy color: '#AF40CF'

red 175 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #AF40CF

Tints of Medium Orchid #AF40CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.35%

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 39.24%
G = 14.35%
B = 46.41%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF40CF (or 0xAF40CF) is known color: Medium Orchid. HEX triplet: AF, 40 and CF. RGB value is (175,64,207). Sum of RGB (Red+Green+Blue) = 175+64+207=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40CF is #50BF30. Grayscale: #717171. Windows color (decimal): -5291825 or 13582511. OLE color: 13582511.

HSL color Cylindrical-coordinate representation of color #AF40CF: hue angle of 286.57º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF40CF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 64 207 -
CMYK 0.15 0.69 0 0.19
HSL 286.57º 0.6% 0.53% -
HSV(B) 286.57º 0.69% 0.81% -
XYZ 30.78 17.29 60.75 -
YUV 113.49 180.77 171.87 -
System Red Green Blue C M Y K H S L
Decimal 175 64 207 0.15 0.69 0 0.19 286.57 0.6 0.53
Hex AF 40 CF F 45 0 13 11F 3C 35
Octal 257 100 317 17 105 0 23 437 74 65
Binary 10101111 1000000 11001111 1111 1000101 0 10011 100011111 111100 110101

Color Harmonies of #AF40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40CF

Black with #AF40CF

Text Example


Text Example

White with #AF40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40CF; }

 p { color: rgb(175,64,207); }

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

background-color css

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

 a { background-color: rgb(175,64,207); }

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

border-color css

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

 span { border-color: rgb(175,64,207); }

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