Html Css Color HEX #C66EDD Medium Orchid

📋 copy color: '#C66EDD'

red 198 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #C66EDD

Tints of Medium Orchid #C66EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 37.43%
G = 20.79%
B = 41.78%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C66EDD (or 0xC66EDD) is known color: Medium Orchid. HEX triplet: C6, 6E and DD. RGB value is (198,110,221). Sum of RGB (Red+Green+Blue) = 198+110+221=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C66EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EDD is #399122. Grayscale: #949494. Windows color (decimal): -3772707 or 14511814. OLE color: 14511814.

HSL color Cylindrical-coordinate representation of color #C66EDD: hue angle of 287.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66EDD is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 110 221 -
CMYK 0.10 0.50 0 0.13
HSL 287.57º 0.62% 0.65% -
HSV(B) 287.57º 0.5% 0.87% -
XYZ 41.92 28.38 71.67 -
YUV 148.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 198 110 221 0.10 0.50 0 0.13 287.57 0.62 0.65
Hex C6 6E DD A 32 0 D 120 3E 41
Octal 306 156 335 12 62 0 15 440 76 101
Binary 11000110 1101110 11011101 1010 110010 0 1101 100100000 111110 1000001

Color Harmonies of #C66EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66EDD

Black with #C66EDD

Text Example


Text Example

White with #C66EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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