Html Css Color HEX #C135F9 Medium Orchid

📋 copy color: '#C135F9'

red 193 ◦ green 53 ◦ blue 249

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

Shades of Medium Orchid #C135F9

Tints of Medium Orchid #C135F9

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.3%

R = 38.99%
G = 10.71%
B = 50.3%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C135F9 (or 0xC135F9) is known color: 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

RGB 193 53 249 -
CMYK 0.22 0.79 0 0.02
HSL 282.86º 0.94% 0.59% -
HSV(B) 282.86º 0.79% 0.98% -
XYZ 40.36 20.72 91.5 -
YUV 117.2 202.38 182.06 -
System Red Green Blue C M Y K H S L
Decimal 193 53 249 0.22 0.79 0 0.02 282.86 0.94 0.59
Hex C1 35 F9 16 4F 0 2 11B 5E 3B
Octal 301 65 371 26 117 0 2 433 136 73
Binary 11000001 110101 11111001 10110 1001111 0 10 100011011 1011110 111011

Color Harmonies of #C135F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C135F9

Black with #C135F9

Text Example


Text Example

White with #C135F9

Text Example


Text Example

HTML Codes & Css Web 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>