Html Css Color HEX #AF3DED Medium Orchid

📋 copy color: '#AF3DED'

red 175 ◦ green 61 ◦ blue 237

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

Shades of Medium Orchid #AF3DED

Tints of Medium Orchid #AF3DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.9%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 37%
G = 12.9%
B = 50.11%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF3DED (or 0xAF3DED) is known color: Medium Orchid. HEX triplet: AF, 3D and ED. RGB value is (175,61,237). Sum of RGB (Red+Green+Blue) = 175+61+237=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF3DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3DED is #50C212. Grayscale: #727272. Windows color (decimal): -5292563 or 15547823. OLE color: 15547823.

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

Color convert

RGB 175 61 237 -
CMYK 0.26 0.74 0 0.07
HSL 278.86º 0.83% 0.58% -
HSV(B) 278.86º 0.74% 0.93% -
XYZ 34.63 18.57 81.88 -
YUV 115.15 196.77 170.69 -
System Red Green Blue C M Y K H S L
Decimal 175 61 237 0.26 0.74 0 0.07 278.86 0.83 0.58
Hex AF 3D ED 1A 4A 0 7 117 53 3A
Octal 257 75 355 32 112 0 7 427 123 72
Binary 10101111 111101 11101101 11010 1001010 0 111 100010111 1010011 111010

Color Harmonies of #AF3DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DED

Black with #AF3DED

Text Example


Text Example

White with #AF3DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DED; }

 p { color: rgb(175,61,237); }

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

background-color css

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

 a { background-color: rgb(175,61,237); }

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

border-color css

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

 span { border-color: rgb(175,61,237); }

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