Html Css Color HEX #C234F1 Medium Orchid

📋 copy color: '#C234F1'

red 194 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #C234F1

Tints of Medium Orchid #C234F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.68%

 BLUE value IS 241 (94.53% from 255) = 49.49%

R = 39.84%
G = 10.68%
B = 49.49%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C234F1 (or 0xC234F1) is known color: Medium Orchid. HEX triplet: C2, 34 and F1. RGB value is (194,52,241). Sum of RGB (Red+Green+Blue) = 194+52+241=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #C234F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234F1 is #3DCB0E. Grayscale: #737373. Windows color (decimal): -4049679 or 15807682. OLE color: 15807682.

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

Color convert

RGB 194 52 241 -
CMYK 0.20 0.78 0 0.05
HSL 285.08º 0.87% 0.57% -
HSV(B) 285.08º 0.78% 0.95% -
XYZ 39.35 20.28 85.06 -
YUV 116 198.54 183.63 -
System Red Green Blue C M Y K H S L
Decimal 194 52 241 0.20 0.78 0 0.05 285.08 0.87 0.57
Hex C2 34 F1 14 4E 0 5 11D 57 39
Octal 302 64 361 24 116 0 5 435 127 71
Binary 11000010 110100 11110001 10100 1001110 0 101 100011101 1010111 111001

Color Harmonies of #C234F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C234F1

Black with #C234F1

Text Example


Text Example

White with #C234F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C234F1; }

 p { color: rgb(194,52,241); }

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

background-color css

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

 a { background-color: rgb(194,52,241); }

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

border-color css

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

 span { border-color: rgb(194,52,241); }

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