Html Css Color HEX #AF3FCF Medium Orchid

📋 copy color: '#AF3FCF'

red 175 ◦ green 63 ◦ blue 207

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

Shades of Medium Orchid #AF3FCF

Tints of Medium Orchid #AF3FCF

RGB

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

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

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

R = 39.33%
G = 14.16%
B = 46.52%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF3FCF (or 0xAF3FCF) is known color: Medium Orchid. HEX triplet: AF, 3F and CF. RGB value is (175,63,207). Sum of RGB (Red+Green+Blue) = 175+63+207=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF3FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FCF is #50C030. Grayscale: #707070. Windows color (decimal): -5292081 or 13582255. OLE color: 13582255.

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

Color convert

RGB 175 63 207 -
CMYK 0.15 0.70 0 0.19
HSL 286.67º 0.6% 0.53% -
HSV(B) 286.67º 0.7% 0.81% -
XYZ 30.72 17.17 60.73 -
YUV 112.9 181.11 172.29 -
System Red Green Blue C M Y K H S L
Decimal 175 63 207 0.15 0.70 0 0.19 286.67 0.6 0.53
Hex AF 3F CF F 46 0 13 11F 3C 35
Octal 257 77 317 17 106 0 23 437 74 65
Binary 10101111 111111 11001111 1111 1000110 0 10011 100011111 111100 110101

Color Harmonies of #AF3FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FCF

Black with #AF3FCF

Text Example


Text Example

White with #AF3FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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