Html Css Color HEX #C66EE0 Medium Orchid

📋 copy color: '#C66EE0'

red 198 ◦ green 110 ◦ blue 224

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

Shades of Medium Orchid #C66EE0

Tints of Medium Orchid #C66EE0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.68%

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 37.22%
G = 20.68%
B = 42.11%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C66EE0 (or 0xC66EE0) is known color: Medium Orchid. HEX triplet: C6, 6E and E0. RGB value is (198,110,224). Sum of RGB (Red+Green+Blue) = 198+110+224=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #C66EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EE0 is #39911F. Grayscale: #949494. Windows color (decimal): -3772704 or 14708422. OLE color: 14708422.

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

Color convert

RGB 198 110 224 -
CMYK 0.12 0.51 0 0.12
HSL 286.32º 0.65% 0.65% -
HSV(B) 286.32º 0.51% 0.88% -
XYZ 42.32 28.54 73.8 -
YUV 149.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 198 110 224 0.12 0.51 0 0.12 286.32 0.65 0.65
Hex C6 6E E0 C 33 0 C 11E 41 41
Octal 306 156 340 14 63 0 14 436 101 101
Binary 11000110 1101110 11100000 1100 110011 0 1100 100011110 1000001 1000001

Color Harmonies of #C66EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66EE0

Black with #C66EE0

Text Example


Text Example

White with #C66EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66EE0; }

 p { color: rgb(198,110,224); }

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

background-color css

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

 a { background-color: rgb(198,110,224); }

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

border-color css

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

 span { border-color: rgb(198,110,224); }

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