Html Css Color HEX #AF3ECC Medium Orchid

📋 copy color: '#AF3ECC'

red 175 ◦ green 62 ◦ blue 204

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

Shades of Medium Orchid #AF3ECC

Tints of Medium Orchid #AF3ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 39.68%
G = 14.06%
B = 46.26%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF3ECC (or 0xAF3ECC) is known color: Medium Orchid. HEX triplet: AF, 3E and CC. RGB value is (175,62,204). Sum of RGB (Red+Green+Blue) = 175+62+204=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF3ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ECC is #50C133. Grayscale: #6F6F6F. Windows color (decimal): -5292340 or 13385391. OLE color: 13385391.

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

Color convert

RGB 175 62 204 -
CMYK 0.14 0.70 0 0.2
HSL 287.75º 0.58% 0.52% -
HSV(B) 287.75º 0.7% 0.8% -
XYZ 30.3 16.92 58.8 -
YUV 111.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 175 62 204 0.14 0.70 0 0.2 287.75 0.58 0.52
Hex AF 3E CC E 46 0 14 120 3A 34
Octal 257 76 314 16 106 0 24 440 72 64
Binary 10101111 111110 11001100 1110 1000110 0 10100 100100000 111010 110100

Color Harmonies of #AF3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3ECC

Black with #AF3ECC

Text Example


Text Example

White with #AF3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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