Html Css Color HEX #C660E5 Medium Orchid

📋 copy color: '#C660E5'

red 198 ◦ green 96 ◦ blue 229

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

Shades of Medium Orchid #C660E5

Tints of Medium Orchid #C660E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.79%

R = 37.86%
G = 18.36%
B = 43.79%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C660E5 (or 0xC660E5) is known color: Medium Orchid. HEX triplet: C6, 60 and E5. RGB value is (198,96,229). Sum of RGB (Red+Green+Blue) = 198+96+229=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #C660E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660E5 is #399F1A. Grayscale: #8D8D8D. Windows color (decimal): -3776283 or 15032518. OLE color: 15032518.

HSL color Cylindrical-coordinate representation of color #C660E5: hue angle of 286.02º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C660E5 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 96 229 -
CMYK 0.14 0.58 0 0.10
HSL 286.02º 0.72% 0.64% -
HSV(B) 286.02º 0.58% 0.9% -
XYZ 41.61 26.03 76.96 -
YUV 141.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 198 96 229 0.14 0.58 0 0.10 286.02 0.72 0.64
Hex C6 60 E5 E 3A 0 A 11E 48 40
Octal 306 140 345 16 72 0 12 436 110 100
Binary 11000110 1100000 11100101 1110 111010 0 1010 100011110 1001000 1000000

Color Harmonies of #C660E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660E5

Black with #C660E5

Text Example


Text Example

White with #C660E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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