Html Css Color HEX #C261E9 Medium Orchid

📋 copy color: '#C261E9'

red 194 ◦ green 97 ◦ blue 233

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

Shades of Medium Orchid #C261E9

Tints of Medium Orchid #C261E9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.51%

 BLUE value IS 233 (91.41% from 255) = 44.47%

R = 37.02%
G = 18.51%
B = 44.47%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C261E9 (or 0xC261E9) is known color: Medium Orchid. HEX triplet: C2, 61 and E9. RGB value is (194,97,233). Sum of RGB (Red+Green+Blue) = 194+97+233=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #C261E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261E9 is #3D9E16. Grayscale: #8D8D8D. Windows color (decimal): -4038167 or 15294914. OLE color: 15294914.

HSL color Cylindrical-coordinate representation of color #C261E9: hue angle of 282.79º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C261E9 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 97 233 -
CMYK 0.17 0.58 0 0.09
HSL 282.79º 0.76% 0.65% -
HSV(B) 282.79º 0.58% 0.91% -
XYZ 41.23 25.9 79.92 -
YUV 141.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 194 97 233 0.17 0.58 0 0.09 282.79 0.76 0.65
Hex C2 61 E9 11 3A 0 9 11B 4C 41
Octal 302 141 351 21 72 0 11 433 114 101
Binary 11000010 1100001 11101001 10001 111010 0 1001 100011011 1001100 1000001

Color Harmonies of #C261E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261E9

Black with #C261E9

Text Example


Text Example

White with #C261E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261E9; }

 p { color: rgb(194,97,233); }

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

background-color css

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

 a { background-color: rgb(194,97,233); }

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

border-color css

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

 span { border-color: rgb(194,97,233); }

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