Html Css Color HEX #C236FA Medium Orchid

📋 copy color: '#C236FA'

red 194 ◦ green 54 ◦ blue 250

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

Shades of Medium Orchid #C236FA

Tints of Medium Orchid #C236FA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.84%

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

R = 38.96%
G = 10.84%
B = 50.2%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C236FA (or 0xC236FA) is known color: Medium Orchid. HEX triplet: C2, 36 and FA. RGB value is (194,54,250). Sum of RGB (Red+Green+Blue) = 194+54+250=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #C236FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C236FA is #3DC905. Grayscale: #757575. Windows color (decimal): -4049158 or 16398018. OLE color: 16398018.

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

Color convert

RGB 194 54 250 -
CMYK 0.22 0.78 0 0.02
HSL 282.86º 0.95% 0.6% -
HSV(B) 282.86º 0.78% 0.98% -
XYZ 40.82 21.01 92.35 -
YUV 118.2 202.38 182.06 -
System Red Green Blue C M Y K H S L
Decimal 194 54 250 0.22 0.78 0 0.02 282.86 0.95 0.6
Hex C2 36 FA 16 4E 0 2 11B 5F 3C
Octal 302 66 372 26 116 0 2 433 137 74
Binary 11000010 110110 11111010 10110 1001110 0 10 100011011 1011111 111100

Color Harmonies of #C236FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C236FA

Black with #C236FA

Text Example


Text Example

White with #C236FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C236FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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