Html Css Color HEX #C660E4 Medium Orchid

📋 copy color: '#C660E4'

red 198 ◦ green 96 ◦ blue 228

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

Shades of Medium Orchid #C660E4

Tints of Medium Orchid #C660E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.68%

R = 37.93%
G = 18.39%
B = 43.68%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C660E4 (or 0xC660E4) is known color: Medium Orchid. HEX triplet: C6, 60 and E4. RGB value is (198,96,228). Sum of RGB (Red+Green+Blue) = 198+96+228=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #C660E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660E4 is #399F1B. Grayscale: #8D8D8D. Windows color (decimal): -3776284 or 14966982. OLE color: 14966982.

HSL color Cylindrical-coordinate representation of color #C660E4: hue angle of 286.36º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C660E4 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 96 228 -
CMYK 0.13 0.58 0 0.11
HSL 286.36º 0.71% 0.64% -
HSV(B) 286.36º 0.58% 0.89% -
XYZ 41.48 25.97 76.23 -
YUV 141.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 198 96 228 0.13 0.58 0 0.11 286.36 0.71 0.64
Hex C6 60 E4 D 3A 0 B 11E 47 40
Octal 306 140 344 15 72 0 13 436 107 100
Binary 11000110 1100000 11100100 1101 111010 0 1011 100011110 1000111 1000000

Color Harmonies of #C660E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660E4

Black with #C660E4

Text Example


Text Example

White with #C660E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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