Html Css Color HEX #C660EE Medium Orchid

📋 copy color: '#C660EE'

red 198 ◦ green 96 ◦ blue 238

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

Shades of Medium Orchid #C660EE

Tints of Medium Orchid #C660EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 37.22%
G = 18.05%
B = 44.74%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C660EE (or 0xC660EE) is known color: Medium Orchid. HEX triplet: C6, 60 and EE. RGB value is (198,96,238). Sum of RGB (Red+Green+Blue) = 198+96+238=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #C660EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660EE is #399F11. Grayscale: #8E8E8E. Windows color (decimal): -3776274 or 15622342. OLE color: 15622342.

HSL color Cylindrical-coordinate representation of color #C660EE: hue angle of 283.1º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C660EE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 96 238 -
CMYK 0.17 0.60 0 0.07
HSL 283.1º 0.81% 0.65% -
HSV(B) 283.1º 0.6% 0.93% -
XYZ 42.9 26.54 83.75 -
YUV 142.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 198 96 238 0.17 0.60 0 0.07 283.1 0.81 0.65
Hex C6 60 EE 11 3C 0 7 11B 51 41
Octal 306 140 356 21 74 0 7 433 121 101
Binary 11000110 1100000 11101110 10001 111100 0 111 100011011 1010001 1000001

Color Harmonies of #C660EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660EE

Black with #C660EE

Text Example


Text Example

White with #C660EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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