Html Css Color HEX #C235FA Medium Orchid

📋 copy color: '#C235FA'

red 194 ◦ green 53 ◦ blue 250

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

Shades of Medium Orchid #C235FA

Tints of Medium Orchid #C235FA

RGB

 RED value IS 194 (76.17% from 255) = 39.03%

 GREEN value IS 53 (21.09% from 255) = 10.66%

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 39.03%
G = 10.66%
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

#C235FA (or 0xC235FA) is known color: Medium Orchid. HEX triplet: C2, 35 and FA. RGB value is (194,53,250). Sum of RGB (Red+Green+Blue) = 194+53+250=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 53 (21.09% from 255 or 10.66% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #C235FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235FA is #3DCA05. Grayscale: #747474. Windows color (decimal): -4049414 or 16397762. OLE color: 16397762.

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

Color convert

RGB 194 53 250 -
CMYK 0.22 0.79 0 0.02
HSL 282.94º 0.95% 0.59% -
HSV(B) 282.94º 0.79% 0.98% -
XYZ 40.78 20.92 92.33 -
YUV 117.62 202.71 182.48 -
System Red Green Blue C M Y K H S L
Decimal 194 53 250 0.22 0.79 0 0.02 282.94 0.95 0.59
Hex C2 35 FA 16 4F 0 2 11B 5F 3B
Octal 302 65 372 26 117 0 2 433 137 73
Binary 11000010 110101 11111010 10110 1001111 0 10 100011011 1011111 111011

Color Harmonies of #C235FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235FA

Black with #C235FA

Text Example


Text Example

White with #C235FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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