#C135FA

Color #C135FA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C135FA

Tints of Medium Orchid #C135FA

Color information

#C135FA (or 0xC135FA) is unknown color: approx Medium Orchid. HEX triplet: C1, 35 and FA. RGB value is (193,53,250). Sum of RGB (Red+Green+Blue) = 193+53+250=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #C135FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C135FA is #3ECA05. Grayscale: #747474. Windows color (decimal): -4114950 or 16397761. OLE color: 16397761.

HSL color Cylindrical-coordinate representation of color #C135FA: hue angle of 282.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C135FA is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19353250-
CMYK0.230.7900.02
HSL282.64º95.17%59.41%-
HSV(B)282.64º78.8%98.04%-
XYZ40.5220.7992.32-
YUV117.32202.88181.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 53 (21.09% from 255) = 10.69%
BLUE value IS 250 (98.05% from 255) = 50.40%
R=38.91%
G=10.69%
B=50.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193532500.230.7900.02282.6495.1759.41
HexC135FA174F0211b5f3b
Octal30165372271170243313773
Binary11000001110101111110101011110011110101000110111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C135FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C135FA; }

 p { color: rgb(193,53,250); }

 H1.HeaderClassName
 {
   color: #C135FA;
 }
 .AnyTagClassName
 {
   color: #C135FA;
 }
</style>
background-color css

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

 a { background-color: rgb(193,53,250); }

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

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

 span { border-color: rgb(193,53,250); }

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