Html Css Color HEX #AF6CC3 Medium Orchid

📋 copy color: '#AF6CC3'

red 175 ◦ green 108 ◦ blue 195

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

Shades of Medium Orchid #AF6CC3

Tints of Medium Orchid #AF6CC3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

 BLUE value IS 195 (76.56% from 255) = 40.79%

R = 36.61%
G = 22.59%
B = 40.79%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF6CC3 (or 0xAF6CC3) is known color: Medium Orchid. HEX triplet: AF, 6C and C3. RGB value is (175,108,195). Sum of RGB (Red+Green+Blue) = 175+108+195=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF6CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CC3 is #50933C. Grayscale: #898989. Windows color (decimal): -5280573 or 12807343. OLE color: 12807343.

HSL color Cylindrical-coordinate representation of color #AF6CC3: hue angle of 286.21º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6CC3 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 108 195 -
CMYK 0.10 0.45 0 0.24
HSL 286.21º 0.42% 0.59% -
HSV(B) 286.21º 0.45% 0.76% -
XYZ 32.89 23.78 54.49 -
YUV 137.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 175 108 195 0.10 0.45 0 0.24 286.21 0.42 0.59
Hex AF 6C C3 A 2D 0 18 11E 2A 3B
Octal 257 154 303 12 55 0 30 436 52 73
Binary 10101111 1101100 11000011 1010 101101 0 11000 100011110 101010 111011

Color Harmonies of #AF6CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CC3

Black with #AF6CC3

Text Example


Text Example

White with #AF6CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CC3; }

 p { color: rgb(175,108,195); }

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

background-color css

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

 a { background-color: rgb(175,108,195); }

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

border-color css

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

 span { border-color: rgb(175,108,195); }

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