Html Css Color HEX #AF4BCF Medium Orchid

📋 copy color: '#AF4BCF'

red 175 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #AF4BCF

Tints of Medium Orchid #AF4BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 38.29%
G = 16.41%
B = 45.3%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF4BCF (or 0xAF4BCF) is known color: Medium Orchid. HEX triplet: AF, 4B and CF. RGB value is (175,75,207). Sum of RGB (Red+Green+Blue) = 175+75+207=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF4BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BCF is #50B430. Grayscale: #777777. Windows color (decimal): -5289009 or 13585327. OLE color: 13585327.

HSL color Cylindrical-coordinate representation of color #AF4BCF: hue angle of 285.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4BCF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 75 207 -
CMYK 0.15 0.64 0 0.19
HSL 285.45º 0.58% 0.55% -
HSV(B) 285.45º 0.64% 0.81% -
XYZ 31.46 18.65 60.97 -
YUV 119.95 177.13 167.27 -
System Red Green Blue C M Y K H S L
Decimal 175 75 207 0.15 0.64 0 0.19 285.45 0.58 0.55
Hex AF 4B CF F 40 0 13 11D 3A 37
Octal 257 113 317 17 100 0 23 435 72 67
Binary 10101111 1001011 11001111 1111 1000000 0 10011 100011101 111010 110111

Color Harmonies of #AF4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BCF

Black with #AF4BCF

Text Example


Text Example

White with #AF4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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