Html Css Color HEX #AF42CD Medium Orchid

📋 copy color: '#AF42CD'

red 175 ◦ green 66 ◦ blue 205

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

Shades of Medium Orchid #AF42CD

Tints of Medium Orchid #AF42CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.8%

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

R = 39.24%
G = 14.8%
B = 45.96%

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

#AF42CD (or 0xAF42CD) is known color: Medium Orchid. HEX triplet: AF, 42 and CD. RGB value is (175,66,205). Sum of RGB (Red+Green+Blue) = 175+66+205=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF42CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42CD is #50BD32. Grayscale: #717171. Windows color (decimal): -5291315 or 13451951. OLE color: 13451951.

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

Color convert

RGB 175 66 205 -
CMYK 0.15 0.68 0 0.20
HSL 287.05º 0.58% 0.53% -
HSV(B) 287.05º 0.68% 0.8% -
XYZ 30.65 17.42 59.5 -
YUV 114.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 175 66 205 0.15 0.68 0 0.20 287.05 0.58 0.53
Hex AF 42 CD F 44 0 14 11F 3A 35
Octal 257 102 315 17 104 0 24 437 72 65
Binary 10101111 1000010 11001101 1111 1000100 0 10100 100011111 111010 110101

Color Harmonies of #AF42CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42CD

Black with #AF42CD

Text Example


Text Example

White with #AF42CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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