Html Css Color HEX #AF40CC Medium Orchid

📋 copy color: '#AF40CC'

red 175 ◦ green 64 ◦ blue 204

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

Shades of Medium Orchid #AF40CC

Tints of Medium Orchid #AF40CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 39.5%
G = 14.45%
B = 46.05%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF40CC (or 0xAF40CC) is known color: Medium Orchid. HEX triplet: AF, 40 and CC. RGB value is (175,64,204). Sum of RGB (Red+Green+Blue) = 175+64+204=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF40CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40CC is #50BF33. Grayscale: #707070. Windows color (decimal): -5291828 or 13385903. OLE color: 13385903.

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

Color convert

RGB 175 64 204 -
CMYK 0.14 0.69 0 0.2
HSL 287.57º 0.58% 0.53% -
HSV(B) 287.57º 0.69% 0.8% -
XYZ 30.41 17.14 58.83 -
YUV 113.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 175 64 204 0.14 0.69 0 0.2 287.57 0.58 0.53
Hex AF 40 CC E 45 0 14 120 3A 35
Octal 257 100 314 16 105 0 24 440 72 65
Binary 10101111 1000000 11001100 1110 1000101 0 10100 100100000 111010 110101

Color Harmonies of #AF40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40CC

Black with #AF40CC

Text Example


Text Example

White with #AF40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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