Html Css Color HEX #AF3CEE Medium Orchid

📋 copy color: '#AF3CEE'

red 175 ◦ green 60 ◦ blue 238

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

Shades of Medium Orchid #AF3CEE

Tints of Medium Orchid #AF3CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.68%

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 37%
G = 12.68%
B = 50.32%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF3CEE (or 0xAF3CEE) is known color: Medium Orchid. HEX triplet: AF, 3C and EE. RGB value is (175,60,238). Sum of RGB (Red+Green+Blue) = 175+60+238=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF3CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CEE is #50C311. Grayscale: #727272. Windows color (decimal): -5292818 or 15613103. OLE color: 15613103.

HSL color Cylindrical-coordinate representation of color #AF3CEE: hue angle of 278.76º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3CEE is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 60 238 -
CMYK 0.26 0.75 0 0.07
HSL 278.76º 0.84% 0.58% -
HSV(B) 278.76º 0.75% 0.93% -
XYZ 34.73 18.52 82.63 -
YUV 114.68 197.6 171.03 -
System Red Green Blue C M Y K H S L
Decimal 175 60 238 0.26 0.75 0 0.07 278.76 0.84 0.58
Hex AF 3C EE 1A 4B 0 7 117 54 3A
Octal 257 74 356 32 113 0 7 427 124 72
Binary 10101111 111100 11101110 11010 1001011 0 111 100010111 1010100 111010

Color Harmonies of #AF3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CEE

Black with #AF3CEE

Text Example


Text Example

White with #AF3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CEE; }

 p { color: rgb(175,60,238); }

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

background-color css

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

 a { background-color: rgb(175,60,238); }

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

border-color css

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

 span { border-color: rgb(175,60,238); }

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