Html Css Color HEX #AF63CD Medium Orchid

📋 copy color: '#AF63CD'

red 175 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #AF63CD

Tints of Medium Orchid #AF63CD

RGB

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

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

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

R = 36.53%
G = 20.67%
B = 42.8%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF63CD (or 0xAF63CD) is known color: Medium Orchid. HEX triplet: AF, 63 and CD. RGB value is (175,99,205). Sum of RGB (Red+Green+Blue) = 175+99+205=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF63CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63CD is #509C32. Grayscale: #858585. Windows color (decimal): -5282867 or 13460399. OLE color: 13460399.

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

Color convert

RGB 175 99 205 -
CMYK 0.15 0.52 0 0.20
HSL 283.02º 0.51% 0.6% -
HSV(B) 283.02º 0.52% 0.8% -
XYZ 33.16 22.45 60.34 -
YUV 133.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 175 99 205 0.15 0.52 0 0.20 283.02 0.51 0.6
Hex AF 63 CD F 34 0 14 11B 33 3C
Octal 257 143 315 17 64 0 24 433 63 74
Binary 10101111 1100011 11001101 1111 110100 0 10100 100011011 110011 111100

Color Harmonies of #AF63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63CD

Black with #AF63CD

Text Example


Text Example

White with #AF63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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