Html Css Color HEX #AF4CD0 Medium Orchid

📋 copy color: '#AF4CD0'

red 175 ◦ green 76 ◦ blue 208

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

Shades of Medium Orchid #AF4CD0

Tints of Medium Orchid #AF4CD0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 38.13%
G = 16.56%
B = 45.32%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF4CD0 (or 0xAF4CD0) is known color: Medium Orchid. HEX triplet: AF, 4C and D0. RGB value is (175,76,208). Sum of RGB (Red+Green+Blue) = 175+76+208=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF4CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CD0 is #50B32F. Grayscale: #787878. Windows color (decimal): -5288752 or 13651119. OLE color: 13651119.

HSL color Cylindrical-coordinate representation of color #AF4CD0: hue angle of 285º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4CD0 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 76 208 -
CMYK 0.16 0.63 0 0.18
HSL 285º 0.58% 0.56% -
HSV(B) 285º 0.63% 0.82% -
XYZ 31.65 18.84 61.64 -
YUV 120.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 175 76 208 0.16 0.63 0 0.18 285 0.58 0.56
Hex AF 4C D0 10 3F 0 12 11D 3A 38
Octal 257 114 320 20 77 0 22 435 72 70
Binary 10101111 1001100 11010000 10000 111111 0 10010 100011101 111010 111000

Color Harmonies of #AF4CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CD0

Black with #AF4CD0

Text Example


Text Example

White with #AF4CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CD0; }

 p { color: rgb(175,76,208); }

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

background-color css

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

 a { background-color: rgb(175,76,208); }

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

border-color css

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

 span { border-color: rgb(175,76,208); }

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