Html Css Color HEX #AF3FCE Medium Orchid

📋 copy color: '#AF3FCE'

red 175 ◦ green 63 ◦ blue 206

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

Shades of Medium Orchid #AF3FCE

Tints of Medium Orchid #AF3FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.19%

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

R = 39.41%
G = 14.19%
B = 46.4%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF3FCE (or 0xAF3FCE) is known color: Medium Orchid. HEX triplet: AF, 3F and CE. RGB value is (175,63,206). Sum of RGB (Red+Green+Blue) = 175+63+206=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF3FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FCE is #50C031. Grayscale: #707070. Windows color (decimal): -5292082 or 13516719. OLE color: 13516719.

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

Color convert

RGB 175 63 206 -
CMYK 0.15 0.69 0 0.19
HSL 286.99º 0.59% 0.53% -
HSV(B) 286.99º 0.69% 0.81% -
XYZ 30.6 17.13 60.09 -
YUV 112.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 175 63 206 0.15 0.69 0 0.19 286.99 0.59 0.53
Hex AF 3F CE F 45 0 13 11F 3B 35
Octal 257 77 316 17 105 0 23 437 73 65
Binary 10101111 111111 11001110 1111 1000101 0 10011 100011111 111011 110101

Color Harmonies of #AF3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FCE

Black with #AF3FCE

Text Example


Text Example

White with #AF3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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