Html Css Color HEX #C660EC Medium Orchid

📋 copy color: '#C660EC'

red 198 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #C660EC

Tints of Medium Orchid #C660EC

RGB

 RED value IS 198 (77.73% from 255) = 37.36%

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

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

R = 37.36%
G = 18.11%
B = 44.53%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C660EC (or 0xC660EC) is known color: Medium Orchid. HEX triplet: C6, 60 and EC. RGB value is (198,96,236). Sum of RGB (Red+Green+Blue) = 198+96+236=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #C660EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660EC is #399F13. Grayscale: #8E8E8E. Windows color (decimal): -3776276 or 15491270. OLE color: 15491270.

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

Color convert

RGB 198 96 236 -
CMYK 0.16 0.59 0 0.07
HSL 283.71º 0.79% 0.65% -
HSV(B) 283.71º 0.59% 0.93% -
XYZ 42.61 26.43 82.21 -
YUV 142.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 198 96 236 0.16 0.59 0 0.07 283.71 0.79 0.65
Hex C6 60 EC 10 3B 0 7 11C 4F 41
Octal 306 140 354 20 73 0 7 434 117 101
Binary 11000110 1100000 11101100 10000 111011 0 111 100011100 1001111 1000001

Color Harmonies of #C660EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660EC

Black with #C660EC

Text Example


Text Example

White with #C660EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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