Html Css Color HEX #C231F3 Medium Orchid

📋 copy color: '#C231F3'

red 194 ◦ green 49 ◦ blue 243

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

Shades of Medium Orchid #C231F3

Tints of Medium Orchid #C231F3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.08%

 BLUE value IS 243 (95.31% from 255) = 50%

R = 39.92%
G = 10.08%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C231F3 (or 0xC231F3) is known color: Medium Orchid. HEX triplet: C2, 31 and F3. RGB value is (194,49,243). Sum of RGB (Red+Green+Blue) = 194+49+243=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #C231F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231F3 is #3DCE0C. Grayscale: #717171. Windows color (decimal): -4050445 or 15937986. OLE color: 15937986.

HSL color Cylindrical-coordinate representation of color #C231F3: hue angle of 284.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C231F3 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 49 243 -
CMYK 0.20 0.80 0 0.05
HSL 284.85º 0.89% 0.57% -
HSV(B) 284.85º 0.8% 0.95% -
XYZ 39.52 20.14 86.6 -
YUV 114.47 200.54 184.73 -
System Red Green Blue C M Y K H S L
Decimal 194 49 243 0.20 0.80 0 0.05 284.85 0.89 0.57
Hex C2 31 F3 14 50 0 5 11D 59 39
Octal 302 61 363 24 120 0 5 435 131 71
Binary 11000010 110001 11110011 10100 1010000 0 101 100011101 1011001 111001

Color Harmonies of #C231F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231F3

Black with #C231F3

Text Example


Text Example

White with #C231F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231F3; }

 p { color: rgb(194,49,243); }

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

background-color css

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

 a { background-color: rgb(194,49,243); }

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

border-color css

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

 span { border-color: rgb(194,49,243); }

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