Html Css Color HEX #AF3FCB Medium Orchid

📋 copy color: '#AF3FCB'

red 175 ◦ green 63 ◦ blue 203

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

Shades of Medium Orchid #AF3FCB

Tints of Medium Orchid #AF3FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.29%

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

R = 39.68%
G = 14.29%
B = 46.03%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF3FCB (or 0xAF3FCB) is known color: Medium Orchid. HEX triplet: AF, 3F and CB. RGB value is (175,63,203). Sum of RGB (Red+Green+Blue) = 175+63+203=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF3FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FCB is #50C034. Grayscale: #6F6F6F. Windows color (decimal): -5292085 or 13320111. OLE color: 13320111.

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

Color convert

RGB 175 63 203 -
CMYK 0.14 0.69 0 0.20
HSL 288º 0.57% 0.52% -
HSV(B) 288º 0.69% 0.8% -
XYZ 30.24 16.98 58.18 -
YUV 112.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 175 63 203 0.14 0.69 0 0.20 288 0.57 0.52
Hex AF 3F CB E 45 0 14 120 39 34
Octal 257 77 313 16 105 0 24 440 71 64
Binary 10101111 111111 11001011 1110 1000101 0 10100 100100000 111001 110100

Color Harmonies of #AF3FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FCB

Black with #AF3FCB

Text Example


Text Example

White with #AF3FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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