Html Css Color HEX #AF63CE Medium Orchid

📋 copy color: '#AF63CE'

red 175 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #AF63CE

Tints of Medium Orchid #AF63CE

RGB

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

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

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

R = 36.46%
G = 20.63%
B = 42.92%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF63CE (or 0xAF63CE) is known color: Medium Orchid. HEX triplet: AF, 63 and CE. RGB value is (175,99,206). Sum of RGB (Red+Green+Blue) = 175+99+206=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63CE is #509C31. Grayscale: #858585. Windows color (decimal): -5282866 or 13525935. OLE color: 13525935.

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

Color convert

RGB 175 99 206 -
CMYK 0.15 0.52 0 0.19
HSL 282.62º 0.52% 0.6% -
HSV(B) 282.62º 0.52% 0.81% -
XYZ 33.28 22.49 60.98 -
YUV 133.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 175 99 206 0.15 0.52 0 0.19 282.62 0.52 0.6
Hex AF 63 CE F 34 0 13 11B 34 3C
Octal 257 143 316 17 64 0 23 433 64 74
Binary 10101111 1100011 11001110 1111 110100 0 10011 100011011 110100 111100

Color Harmonies of #AF63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63CE

Black with #AF63CE

Text Example


Text Example

White with #AF63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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