Html Css Color HEX #AF60CD Medium Orchid

📋 copy color: '#AF60CD'

red 175 ◦ green 96 ◦ blue 205

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

Shades of Medium Orchid #AF60CD

Tints of Medium Orchid #AF60CD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

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

R = 36.76%
G = 20.17%
B = 43.07%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF60CD (or 0xAF60CD) is known color: Medium Orchid. HEX triplet: AF, 60 and CD. RGB value is (175,96,205). Sum of RGB (Red+Green+Blue) = 175+96+205=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF60CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60CD is #509F32. Grayscale: #838383. Windows color (decimal): -5283635 or 13459631. OLE color: 13459631.

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

Color convert

RGB 175 96 205 -
CMYK 0.15 0.53 0 0.20
HSL 283.49º 0.52% 0.59% -
HSV(B) 283.49º 0.53% 0.8% -
XYZ 32.88 21.89 60.25 -
YUV 132.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 175 96 205 0.15 0.53 0 0.20 283.49 0.52 0.59
Hex AF 60 CD F 35 0 14 11B 34 3B
Octal 257 140 315 17 65 0 24 433 64 73
Binary 10101111 1100000 11001101 1111 110101 0 10100 100011011 110100 111011

Color Harmonies of #AF60CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60CD

Black with #AF60CD

Text Example


Text Example

White with #AF60CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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