Html Css Color HEX #AF41CD Medium Orchid

📋 copy color: '#AF41CD'

red 175 ◦ green 65 ◦ blue 205

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

Shades of Medium Orchid #AF41CD

Tints of Medium Orchid #AF41CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 39.33%
G = 14.61%
B = 46.07%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF41CD (or 0xAF41CD) is known color: Medium Orchid. HEX triplet: AF, 41 and CD. RGB value is (175,65,205). Sum of RGB (Red+Green+Blue) = 175+65+205=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF41CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41CD is #50BE32. Grayscale: #717171. Windows color (decimal): -5291571 or 13451695. OLE color: 13451695.

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

Color convert

RGB 175 65 205 -
CMYK 0.15 0.68 0 0.20
HSL 287.14º 0.58% 0.53% -
HSV(B) 287.14º 0.68% 0.8% -
XYZ 30.59 17.3 59.49 -
YUV 113.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 175 65 205 0.15 0.68 0 0.20 287.14 0.58 0.53
Hex AF 41 CD F 44 0 14 11F 3A 35
Octal 257 101 315 17 104 0 24 437 72 65
Binary 10101111 1000001 11001101 1111 1000100 0 10100 100011111 111010 110101

Color Harmonies of #AF41CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41CD

Black with #AF41CD

Text Example


Text Example

White with #AF41CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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