Html Css Color HEX #AF63C9 Medium Orchid

📋 copy color: '#AF63C9'

red 175 ◦ green 99 ◦ blue 201

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

Shades of Medium Orchid #AF63C9

Tints of Medium Orchid #AF63C9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.84%

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 36.84%
G = 20.84%
B = 42.32%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF63C9 (or 0xAF63C9) is known color: Medium Orchid. HEX triplet: AF, 63 and C9. RGB value is (175,99,201). Sum of RGB (Red+Green+Blue) = 175+99+201=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF63C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63C9 is #509C36. Grayscale: #858585. Windows color (decimal): -5282871 or 13198255. OLE color: 13198255.

HSL color Cylindrical-coordinate representation of color #AF63C9: hue angle of 284.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF63C9 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 99 201 -
CMYK 0.13 0.51 0 0.21
HSL 284.71º 0.49% 0.59% -
HSV(B) 284.71º 0.51% 0.79% -
XYZ 32.68 22.25 57.83 -
YUV 133.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 175 99 201 0.13 0.51 0 0.21 284.71 0.49 0.59
Hex AF 63 C9 D 33 0 15 11D 31 3B
Octal 257 143 311 15 63 0 25 435 61 73
Binary 10101111 1100011 11001001 1101 110011 0 10101 100011101 110001 111011

Color Harmonies of #AF63C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63C9

Black with #AF63C9

Text Example


Text Example

White with #AF63C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63C9; }

 p { color: rgb(175,99,201); }

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

background-color css

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

 a { background-color: rgb(175,99,201); }

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

border-color css

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

 span { border-color: rgb(175,99,201); }

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