Html Css Color HEX #AF41CB Medium Orchid

📋 copy color: '#AF41CB'

red 175 ◦ green 65 ◦ blue 203

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

Shades of Medium Orchid #AF41CB

Tints of Medium Orchid #AF41CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 39.5%
G = 14.67%
B = 45.82%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF41CB (or 0xAF41CB) is known color: Medium Orchid. HEX triplet: AF, 41 and CB. RGB value is (175,65,203). Sum of RGB (Red+Green+Blue) = 175+65+203=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF41CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41CB is #50BE34. Grayscale: #717171. Windows color (decimal): -5291573 or 13320623. OLE color: 13320623.

HSL color Cylindrical-coordinate representation of color #AF41CB: hue angle of 287.83º degrees, saturation: 0.57, 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 #AF41CB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 65 203 -
CMYK 0.14 0.68 0 0.20
HSL 287.83º 0.57% 0.53% -
HSV(B) 287.83º 0.68% 0.8% -
XYZ 30.35 17.21 58.22 -
YUV 113.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 175 65 203 0.14 0.68 0 0.20 287.83 0.57 0.53
Hex AF 41 CB E 44 0 14 120 39 35
Octal 257 101 313 16 104 0 24 440 71 65
Binary 10101111 1000001 11001011 1110 1000100 0 10100 100100000 111001 110101

Color Harmonies of #AF41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41CB

Black with #AF41CB

Text Example


Text Example

White with #AF41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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