#C135F9

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

Shades of Medium Orchid #C135F9

Tints of Medium Orchid #C135F9

Color information

#C135F9 (or 0xC135F9) is unknown color: approx Medium Orchid. HEX triplet: C1, 35 and F9. RGB value is (193,53,249). Sum of RGB (Red+Green+Blue) = 193+53+249=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #C135F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C135F9 is #3ECA06. Grayscale: #747474. Windows color (decimal): -4114951 or 16332225. OLE color: 16332225.

HSL color Cylindrical-coordinate representation of color #C135F9: hue angle of 282.86º degrees, saturation: 0.94, 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 #C135F9 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19353249-
CMYK0.220.7900.02
HSL282.86º94.23%59.22%-
HSV(B)282.86º78.71%97.65%-
XYZ40.3620.7291.5-
YUV117.2202.38182.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 53 (21.09% from 255) = 10.71%
BLUE value IS 249 (97.66% from 255) = 50.30%
R=38.99%
G=10.71%
B=50.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193532490.220.7900.02282.8694.2359.22
HexC135F9164F0211b5e3b
Octal30165371261170243313673
Binary11000001110101111110011011010011110101000110111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C135F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C135F9; }

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

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

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

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

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

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

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

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