Html Css Color HEX #AF4ECF Medium Orchid

📋 copy color: '#AF4ECF'

red 175 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #AF4ECF

Tints of Medium Orchid #AF4ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.96%

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

R = 38.04%
G = 16.96%
B = 45%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF4ECF (or 0xAF4ECF) is known color: Medium Orchid. HEX triplet: AF, 4E and CF. RGB value is (175,78,207). Sum of RGB (Red+Green+Blue) = 175+78+207=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ECF is #50B130. Grayscale: #797979. Windows color (decimal): -5288241 or 13586095. OLE color: 13586095.

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

Color convert

RGB 175 78 207 -
CMYK 0.15 0.62 0 0.19
HSL 285.12º 0.57% 0.56% -
HSV(B) 285.12º 0.62% 0.81% -
XYZ 31.67 19.07 61.04 -
YUV 121.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 175 78 207 0.15 0.62 0 0.19 285.12 0.57 0.56
Hex AF 4E CF F 3E 0 13 11D 39 38
Octal 257 116 317 17 76 0 23 435 71 70
Binary 10101111 1001110 11001111 1111 111110 0 10011 100011101 111001 111000

Color Harmonies of #AF4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4ECF

Black with #AF4ECF

Text Example


Text Example

White with #AF4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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