Html Css Color HEX #AF5CCE Medium Orchid

📋 copy color: '#AF5CCE'

red 175 ◦ green 92 ◦ blue 206

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

Shades of Medium Orchid #AF5CCE

Tints of Medium Orchid #AF5CCE

RGB

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

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

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

R = 37%
G = 19.45%
B = 43.55%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF5CCE (or 0xAF5CCE) is known color: Medium Orchid. HEX triplet: AF, 5C and CE. RGB value is (175,92,206). Sum of RGB (Red+Green+Blue) = 175+92+206=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CCE is #50A331. Grayscale: #818181. Windows color (decimal): -5284658 or 13524143. OLE color: 13524143.

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

Color convert

RGB 175 92 206 -
CMYK 0.15 0.55 0 0.19
HSL 283.68º 0.54% 0.58% -
HSV(B) 283.68º 0.55% 0.81% -
XYZ 32.65 21.22 60.77 -
YUV 129.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 175 92 206 0.15 0.55 0 0.19 283.68 0.54 0.58
Hex AF 5C CE F 37 0 13 11C 36 3A
Octal 257 134 316 17 67 0 23 434 66 72
Binary 10101111 1011100 11001110 1111 110111 0 10011 100011100 110110 111010

Color Harmonies of #AF5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CCE

Black with #AF5CCE

Text Example


Text Example

White with #AF5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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