Html Css Color HEX #AF62CF Medium Orchid

📋 copy color: '#AF62CF'

red 175 ◦ green 98 ◦ blue 207

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

Shades of Medium Orchid #AF62CF

Tints of Medium Orchid #AF62CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.42%

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 36.46%
G = 20.42%
B = 43.13%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF62CF (or 0xAF62CF) is known color: Medium Orchid. HEX triplet: AF, 62 and CF. RGB value is (175,98,207). Sum of RGB (Red+Green+Blue) = 175+98+207=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF62CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62CF is #509D30. Grayscale: #858585. Windows color (decimal): -5283121 or 13591215. OLE color: 13591215.

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

Color convert

RGB 175 98 207 -
CMYK 0.15 0.53 0 0.19
HSL 282.39º 0.53% 0.6% -
HSV(B) 282.39º 0.53% 0.81% -
XYZ 33.31 22.35 61.59 -
YUV 133.45 169.51 157.64 -
System Red Green Blue C M Y K H S L
Decimal 175 98 207 0.15 0.53 0 0.19 282.39 0.53 0.6
Hex AF 62 CF F 35 0 13 11A 35 3C
Octal 257 142 317 17 65 0 23 432 65 74
Binary 10101111 1100010 11001111 1111 110101 0 10011 100011010 110101 111100

Color Harmonies of #AF62CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62CF

Black with #AF62CF

Text Example


Text Example

White with #AF62CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62CF; }

 p { color: rgb(175,98,207); }

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

background-color css

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

 a { background-color: rgb(175,98,207); }

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

border-color css

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

 span { border-color: rgb(175,98,207); }

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