Html Css Color HEX #AF4BCD Medium Orchid

📋 copy color: '#AF4BCD'

red 175 ◦ green 75 ◦ blue 205

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

Shades of Medium Orchid #AF4BCD

Tints of Medium Orchid #AF4BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.48%

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 38.46%
G = 16.48%
B = 45.05%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF4BCD (or 0xAF4BCD) is known color: Medium Orchid. HEX triplet: AF, 4B and CD. RGB value is (175,75,205). Sum of RGB (Red+Green+Blue) = 175+75+205=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BCD is #50B432. Grayscale: #777777. Windows color (decimal): -5289011 or 13454255. OLE color: 13454255.

HSL color Cylindrical-coordinate representation of color #AF4BCD: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4BCD is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 75 205 -
CMYK 0.15 0.63 0 0.20
HSL 286.15º 0.57% 0.55% -
HSV(B) 286.15º 0.63% 0.8% -
XYZ 31.21 18.55 59.69 -
YUV 119.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 175 75 205 0.15 0.63 0 0.20 286.15 0.57 0.55
Hex AF 4B CD F 3F 0 14 11E 39 37
Octal 257 113 315 17 77 0 24 436 71 67
Binary 10101111 1001011 11001101 1111 111111 0 10100 100011110 111001 110111

Color Harmonies of #AF4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BCD

Black with #AF4BCD

Text Example


Text Example

White with #AF4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BCD; }

 p { color: rgb(175,75,205); }

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

background-color css

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

 a { background-color: rgb(175,75,205); }

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

border-color css

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

 span { border-color: rgb(175,75,205); }

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