Html Css Color HEX #AF4CCF Medium Orchid

📋 copy color: '#AF4CCF'

red 175 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #AF4CCF

Tints of Medium Orchid #AF4CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.59%

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

R = 38.21%
G = 16.59%
B = 45.2%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF4CCF (or 0xAF4CCF) is known color: Medium Orchid. HEX triplet: AF, 4C and CF. RGB value is (175,76,207). Sum of RGB (Red+Green+Blue) = 175+76+207=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF4CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CCF is #50B330. Grayscale: #787878. Windows color (decimal): -5288753 or 13585583. OLE color: 13585583.

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

Color convert

RGB 175 76 207 -
CMYK 0.15 0.63 0 0.19
HSL 285.34º 0.58% 0.55% -
HSV(B) 285.34º 0.63% 0.81% -
XYZ 31.53 18.79 61 -
YUV 120.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 175 76 207 0.15 0.63 0 0.19 285.34 0.58 0.55
Hex AF 4C CF F 3F 0 13 11D 3A 37
Octal 257 114 317 17 77 0 23 435 72 67
Binary 10101111 1001100 11001111 1111 111111 0 10011 100011101 111010 110111

Color Harmonies of #AF4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CCF

Black with #AF4CCF

Text Example


Text Example

White with #AF4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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