Html Css Color HEX #C66EE4 Medium Orchid

📋 copy color: '#C66EE4'

red 198 ◦ green 110 ◦ blue 228

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

Shades of Medium Orchid #C66EE4

Tints of Medium Orchid #C66EE4

RGB

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

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

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

R = 36.94%
G = 20.52%
B = 42.54%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C66EE4 (or 0xC66EE4) is known color: Medium Orchid. HEX triplet: C6, 6E and E4. RGB value is (198,110,228). Sum of RGB (Red+Green+Blue) = 198+110+228=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #C66EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EE4 is #39911B. Grayscale: #959595. Windows color (decimal): -3772700 or 14970566. OLE color: 14970566.

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

Color convert

RGB 198 110 228 -
CMYK 0.13 0.52 0 0.11
HSL 284.75º 0.69% 0.66% -
HSV(B) 284.75º 0.52% 0.89% -
XYZ 42.87 28.76 76.69 -
YUV 149.76 172.15 162.41 -
System Red Green Blue C M Y K H S L
Decimal 198 110 228 0.13 0.52 0 0.11 284.75 0.69 0.66
Hex C6 6E E4 D 34 0 B 11D 45 42
Octal 306 156 344 15 64 0 13 435 105 102
Binary 11000110 1101110 11100100 1101 110100 0 1011 100011101 1000101 1000010

Color Harmonies of #C66EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66EE4

Black with #C66EE4

Text Example


Text Example

White with #C66EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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