Html Css Color HEX #C260EC Medium Orchid

📋 copy color: '#C260EC'

red 194 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #C260EC

Tints of Medium Orchid #C260EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.25%

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

R = 36.88%
G = 18.25%
B = 44.87%

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

#C260EC (or 0xC260EC) is known color: Medium Orchid. HEX triplet: C2, 60 and EC. RGB value is (194,96,236). Sum of RGB (Red+Green+Blue) = 194+96+236=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #C260EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C260EC is #3D9F13. Grayscale: #8C8C8C. Windows color (decimal): -4038420 or 15491266. OLE color: 15491266.

HSL color Cylindrical-coordinate representation of color #C260EC: hue angle of 282º 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 #C260EC is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 96 236 -
CMYK 0.18 0.59 0 0.07
HSL 282º 0.79% 0.65% -
HSV(B) 282º 0.59% 0.93% -
XYZ 41.57 25.89 82.16 -
YUV 141.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 194 96 236 0.18 0.59 0 0.07 282 0.79 0.65
Hex C2 60 EC 12 3B 0 7 11A 4F 41
Octal 302 140 354 22 73 0 7 432 117 101
Binary 11000010 1100000 11101100 10010 111011 0 111 100011010 1001111 1000001

Color Harmonies of #C260EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260EC

Black with #C260EC

Text Example


Text Example

White with #C260EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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