Html Css Color HEX #AF3ECB Medium Orchid

📋 copy color: '#AF3ECB'

red 175 ◦ green 62 ◦ blue 203

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

Shades of Medium Orchid #AF3ECB

Tints of Medium Orchid #AF3ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.09%

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 39.77%
G = 14.09%
B = 46.14%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF3ECB (or 0xAF3ECB) is known color: Medium Orchid. HEX triplet: AF, 3E and CB. RGB value is (175,62,203). Sum of RGB (Red+Green+Blue) = 175+62+203=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF3ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ECB is #50C134. Grayscale: #6F6F6F. Windows color (decimal): -5292341 or 13319855. OLE color: 13319855.

HSL color Cylindrical-coordinate representation of color #AF3ECB: hue angle of 288.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3ECB is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 62 203 -
CMYK 0.14 0.69 0 0.20
HSL 288.09º 0.58% 0.52% -
HSV(B) 288.09º 0.69% 0.8% -
XYZ 30.18 16.87 58.17 -
YUV 111.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 175 62 203 0.14 0.69 0 0.20 288.09 0.58 0.52
Hex AF 3E CB E 45 0 14 120 3A 34
Octal 257 76 313 16 105 0 24 440 72 64
Binary 10101111 111110 11001011 1110 1000101 0 10100 100100000 111010 110100

Color Harmonies of #AF3ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3ECB

Black with #AF3ECB

Text Example


Text Example

White with #AF3ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3ECB; }

 p { color: rgb(175,62,203); }

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

background-color css

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

 a { background-color: rgb(175,62,203); }

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

border-color css

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

 span { border-color: rgb(175,62,203); }

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