Html Css Color HEX #C660E1 Medium Orchid

📋 copy color: '#C660E1'

red 198 ◦ green 96 ◦ blue 225

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

Shades of Medium Orchid #C660E1

Tints of Medium Orchid #C660E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.35%

R = 38.15%
G = 18.5%
B = 43.35%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C660E1 (or 0xC660E1) is known color: Medium Orchid. HEX triplet: C6, 60 and E1. RGB value is (198,96,225). Sum of RGB (Red+Green+Blue) = 198+96+225=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #C660E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660E1 is #399F1E. Grayscale: #8C8C8C. Windows color (decimal): -3776287 or 14770374. OLE color: 14770374.

HSL color Cylindrical-coordinate representation of color #C660E1: hue angle of 287.44º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C660E1 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 96 225 -
CMYK 0.12 0.57 0 0.12
HSL 287.44º 0.68% 0.63% -
HSV(B) 287.44º 0.57% 0.88% -
XYZ 41.06 25.81 74.05 -
YUV 141.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 198 96 225 0.12 0.57 0 0.12 287.44 0.68 0.63
Hex C6 60 E1 C 39 0 C 11F 44 3F
Octal 306 140 341 14 71 0 14 437 104 77
Binary 11000110 1100000 11100001 1100 111001 0 1100 100011111 1000100 111111

Color Harmonies of #C660E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660E1

Black with #C660E1

Text Example


Text Example

White with #C660E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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