Html Css Color HEX #AF5CCC Medium Orchid

📋 copy color: '#AF5CCC'

red 175 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #AF5CCC

Tints of Medium Orchid #AF5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.53%

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

R = 37.15%
G = 19.53%
B = 43.31%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF5CCC (or 0xAF5CCC) is known color: Medium Orchid. HEX triplet: AF, 5C and CC. RGB value is (175,92,204). Sum of RGB (Red+Green+Blue) = 175+92+204=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF5CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CCC is #50A333. Grayscale: #818181. Windows color (decimal): -5284660 or 13393071. OLE color: 13393071.

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

Color convert

RGB 175 92 204 -
CMYK 0.14 0.55 0 0.2
HSL 284.46º 0.52% 0.58% -
HSV(B) 284.46º 0.55% 0.8% -
XYZ 32.41 21.13 59.5 -
YUV 129.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 175 92 204 0.14 0.55 0 0.2 284.46 0.52 0.58
Hex AF 5C CC E 37 0 14 11C 34 3A
Octal 257 134 314 16 67 0 24 434 64 72
Binary 10101111 1011100 11001100 1110 110111 0 10100 100011100 110100 111010

Color Harmonies of #AF5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CCC

Black with #AF5CCC

Text Example


Text Example

White with #AF5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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