Html Css Color HEX #AF40CD Medium Orchid

📋 copy color: '#AF40CD'

red 175 ◦ green 64 ◦ blue 205

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

Shades of Medium Orchid #AF40CD

Tints of Medium Orchid #AF40CD

RGB

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

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

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

R = 39.41%
G = 14.41%
B = 46.17%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF40CD (or 0xAF40CD) is known color: Medium Orchid. HEX triplet: AF, 40 and CD. RGB value is (175,64,205). Sum of RGB (Red+Green+Blue) = 175+64+205=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF40CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40CD is #50BF32. Grayscale: #707070. Windows color (decimal): -5291827 or 13451439. OLE color: 13451439.

HSL color Cylindrical-coordinate representation of color #AF40CD: hue angle of 287.23º degrees, saturation: 0.59, 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 #AF40CD is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 64 205 -
CMYK 0.15 0.69 0 0.20
HSL 287.23º 0.59% 0.53% -
HSV(B) 287.23º 0.69% 0.8% -
XYZ 30.53 17.19 59.47 -
YUV 113.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 175 64 205 0.15 0.69 0 0.20 287.23 0.59 0.53
Hex AF 40 CD F 45 0 14 11F 3B 35
Octal 257 100 315 17 105 0 24 437 73 65
Binary 10101111 1000000 11001101 1111 1000101 0 10100 100011111 111011 110101

Color Harmonies of #AF40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40CD

Black with #AF40CD

Text Example


Text Example

White with #AF40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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