Html Css Color HEX #C261EC Medium Orchid

📋 copy color: '#C261EC'

red 194 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #C261EC

Tints of Medium Orchid #C261EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 36.81%
G = 18.41%
B = 44.78%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C261EC (or 0xC261EC) is known color: Medium Orchid. HEX triplet: C2, 61 and EC. RGB value is (194,97,236). Sum of RGB (Red+Green+Blue) = 194+97+236=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #C261EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261EC is #3D9E13. Grayscale: #8D8D8D. Windows color (decimal): -4038164 or 15491522. OLE color: 15491522.

HSL color Cylindrical-coordinate representation of color #C261EC: hue angle of 281.87º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C261EC is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 97 236 -
CMYK 0.18 0.59 0 0.07
HSL 281.87º 0.79% 0.65% -
HSV(B) 281.87º 0.59% 0.93% -
XYZ 41.66 26.07 82.19 -
YUV 141.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 194 97 236 0.18 0.59 0 0.07 281.87 0.79 0.65
Hex C2 61 EC 12 3B 0 7 11A 4F 41
Octal 302 141 354 22 73 0 7 432 117 101
Binary 11000010 1100001 11101100 10010 111011 0 111 100011010 1001111 1000001

Color Harmonies of #C261EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C261EC

Black with #C261EC

Text Example


Text Example

White with #C261EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C261EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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