Html Css Color HEX #AF41CE Medium Orchid

📋 copy color: '#AF41CE'

red 175 ◦ green 65 ◦ blue 206

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

Shades of Medium Orchid #AF41CE

Tints of Medium Orchid #AF41CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.57%

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 39.24%
G = 14.57%
B = 46.19%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF41CE (or 0xAF41CE) is known color: Medium Orchid. HEX triplet: AF, 41 and CE. RGB value is (175,65,206). Sum of RGB (Red+Green+Blue) = 175+65+206=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF41CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41CE is #50BE31. Grayscale: #717171. Windows color (decimal): -5291570 or 13517231. OLE color: 13517231.

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

Color convert

RGB 175 65 206 -
CMYK 0.15 0.68 0 0.19
HSL 286.81º 0.59% 0.53% -
HSV(B) 286.81º 0.68% 0.81% -
XYZ 30.71 17.35 60.12 -
YUV 113.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 175 65 206 0.15 0.68 0 0.19 286.81 0.59 0.53
Hex AF 41 CE F 44 0 13 11F 3B 35
Octal 257 101 316 17 104 0 23 437 73 65
Binary 10101111 1000001 11001110 1111 1000100 0 10011 100011111 111011 110101

Color Harmonies of #AF41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41CE

Black with #AF41CE

Text Example


Text Example

White with #AF41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41CE; }

 p { color: rgb(175,65,206); }

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

background-color css

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

 a { background-color: rgb(175,65,206); }

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

border-color css

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

 span { border-color: rgb(175,65,206); }

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