Html Css Color HEX #AF4BCB Medium Orchid

📋 copy color: '#AF4BCB'

red 175 ◦ green 75 ◦ blue 203

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

Shades of Medium Orchid #AF4BCB

Tints of Medium Orchid #AF4BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 38.63%
G = 16.56%
B = 44.81%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF4BCB (or 0xAF4BCB) is known color: Medium Orchid. HEX triplet: AF, 4B and CB. RGB value is (175,75,203). Sum of RGB (Red+Green+Blue) = 175+75+203=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF4BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BCB is #50B434. Grayscale: #777777. Windows color (decimal): -5289013 or 13323183. OLE color: 13323183.

HSL color Cylindrical-coordinate representation of color #AF4BCB: hue angle of 286.88º degrees, saturation: 0.55, 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 #AF4BCB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 75 203 -
CMYK 0.14 0.63 0 0.20
HSL 286.88º 0.55% 0.55% -
HSV(B) 286.88º 0.63% 0.8% -
XYZ 30.97 18.46 58.43 -
YUV 119.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 175 75 203 0.14 0.63 0 0.20 286.88 0.55 0.55
Hex AF 4B CB E 3F 0 14 11F 37 37
Octal 257 113 313 16 77 0 24 437 67 67
Binary 10101111 1001011 11001011 1110 111111 0 10100 100011111 110111 110111

Color Harmonies of #AF4BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BCB

Black with #AF4BCB

Text Example


Text Example

White with #AF4BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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