Html Css Color HEX #C231E0 Medium Orchid

📋 copy color: '#C231E0'

red 194 ◦ green 49 ◦ blue 224

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

Shades of Medium Orchid #C231E0

Tints of Medium Orchid #C231E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 41.54%
G = 10.49%
B = 47.97%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C231E0 (or 0xC231E0) is known color: Medium Orchid. HEX triplet: C2, 31 and E0. RGB value is (194,49,224). Sum of RGB (Red+Green+Blue) = 194+49+224=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #C231E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231E0 is #3DCE1F. Grayscale: #6F6F6F. Windows color (decimal): -4050464 or 14692802. OLE color: 14692802.

HSL color Cylindrical-coordinate representation of color #C231E0: hue angle of 289.71º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C231E0 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 49 224 -
CMYK 0.13 0.78 0 0.12
HSL 289.71º 0.74% 0.54% -
HSV(B) 289.71º 0.78% 0.88% -
XYZ 36.8 19.05 72.26 -
YUV 112.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 194 49 224 0.13 0.78 0 0.12 289.71 0.74 0.54
Hex C2 31 E0 D 4E 0 C 122 4A 36
Octal 302 61 340 15 116 0 14 442 112 66
Binary 11000010 110001 11100000 1101 1001110 0 1100 100100010 1001010 110110

Color Harmonies of #C231E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231E0

Black with #C231E0

Text Example


Text Example

White with #C231E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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