Html Css Color HEX #AF42CE Medium Orchid

📋 copy color: '#AF42CE'

red 175 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #AF42CE

Tints of Medium Orchid #AF42CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 39.15%
G = 14.77%
B = 46.09%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF42CE (or 0xAF42CE) is known color: Medium Orchid. HEX triplet: AF, 42 and CE. RGB value is (175,66,206). Sum of RGB (Red+Green+Blue) = 175+66+206=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF42CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42CE is #50BD31. Grayscale: #727272. Windows color (decimal): -5291314 or 13517487. OLE color: 13517487.

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

Color convert

RGB 175 66 206 -
CMYK 0.15 0.68 0 0.19
HSL 286.71º 0.59% 0.53% -
HSV(B) 286.71º 0.68% 0.81% -
XYZ 30.77 17.47 60.14 -
YUV 114.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 175 66 206 0.15 0.68 0 0.19 286.71 0.59 0.53
Hex AF 42 CE F 44 0 13 11F 3B 35
Octal 257 102 316 17 104 0 23 437 73 65
Binary 10101111 1000010 11001110 1111 1000100 0 10011 100011111 111011 110101

Color Harmonies of #AF42CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42CE

Black with #AF42CE

Text Example


Text Example

White with #AF42CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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