Html Css Color HEX #AF63CC Medium Orchid

📋 copy color: '#AF63CC'

red 175 ◦ green 99 ◦ blue 204

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

Shades of Medium Orchid #AF63CC

Tints of Medium Orchid #AF63CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 36.61%
G = 20.71%
B = 42.68%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF63CC (or 0xAF63CC) is known color: Medium Orchid. HEX triplet: AF, 63 and CC. RGB value is (175,99,204). Sum of RGB (Red+Green+Blue) = 175+99+204=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF63CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63CC is #509C33. Grayscale: #858585. Windows color (decimal): -5282868 or 13394863. OLE color: 13394863.

HSL color Cylindrical-coordinate representation of color #AF63CC: hue angle of 283.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF63CC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 99 204 -
CMYK 0.14 0.51 0 0.2
HSL 283.43º 0.51% 0.59% -
HSV(B) 283.43º 0.51% 0.8% -
XYZ 33.04 22.4 59.71 -
YUV 133.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 175 99 204 0.14 0.51 0 0.2 283.43 0.51 0.59
Hex AF 63 CC E 33 0 14 11B 33 3B
Octal 257 143 314 16 63 0 24 433 63 73
Binary 10101111 1100011 11001100 1110 110011 0 10100 100011011 110011 111011

Color Harmonies of #AF63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63CC

Black with #AF63CC

Text Example


Text Example

White with #AF63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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