Html Css Color HEX #AF4CCE Medium Orchid

📋 copy color: '#AF4CCE'

red 175 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #AF4CCE

Tints of Medium Orchid #AF4CCE

RGB

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

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

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

R = 38.29%
G = 16.63%
B = 45.08%

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

#AF4CCE (or 0xAF4CCE) is known color: Medium Orchid. HEX triplet: AF, 4C and CE. RGB value is (175,76,206). Sum of RGB (Red+Green+Blue) = 175+76+206=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF4CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CCE is #50B331. Grayscale: #787878. Windows color (decimal): -5288754 or 13520047. OLE color: 13520047.

HSL color Cylindrical-coordinate representation of color #AF4CCE: hue angle of 285.69º degrees, saturation: 0.57, 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 #AF4CCE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 76 206 -
CMYK 0.15 0.63 0 0.19
HSL 285.69º 0.57% 0.55% -
HSV(B) 285.69º 0.63% 0.81% -
XYZ 31.4 18.74 60.35 -
YUV 120.42 176.3 166.93 -
System Red Green Blue C M Y K H S L
Decimal 175 76 206 0.15 0.63 0 0.19 285.69 0.57 0.55
Hex AF 4C CE F 3F 0 13 11E 39 37
Octal 257 114 316 17 77 0 23 436 71 67
Binary 10101111 1001100 11001110 1111 111111 0 10011 100011110 111001 110111

Color Harmonies of #AF4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CCE

Black with #AF4CCE

Text Example


Text Example

White with #AF4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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