Html Css Color HEX #AF5FCD Medium Orchid

📋 copy color: '#AF5FCD'

red 175 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #AF5FCD

Tints of Medium Orchid #AF5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20%

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

R = 36.84%
G = 20%
B = 43.16%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF5FCD (or 0xAF5FCD) is known color: Medium Orchid. HEX triplet: AF, 5F and CD. RGB value is (175,95,205). Sum of RGB (Red+Green+Blue) = 175+95+205=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FCD is #50A032. Grayscale: #838383. Windows color (decimal): -5283891 or 13459375. OLE color: 13459375.

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

Color convert

RGB 175 95 205 -
CMYK 0.15 0.54 0 0.20
HSL 283.64º 0.52% 0.59% -
HSV(B) 283.64º 0.54% 0.8% -
XYZ 32.79 21.71 60.22 -
YUV 131.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 175 95 205 0.15 0.54 0 0.20 283.64 0.52 0.59
Hex AF 5F CD F 36 0 14 11C 34 3B
Octal 257 137 315 17 66 0 24 434 64 73
Binary 10101111 1011111 11001101 1111 110110 0 10100 100011100 110100 111011

Color Harmonies of #AF5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FCD

Black with #AF5FCD

Text Example


Text Example

White with #AF5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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