Html Css Color HEX #C66ADE Medium Orchid

📋 copy color: '#C66ADE'

red 198 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #C66ADE

Tints of Medium Orchid #C66ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.15%

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 37.64%
G = 20.15%
B = 42.21%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C66ADE (or 0xC66ADE) is known color: Medium Orchid. HEX triplet: C6, 6A and DE. RGB value is (198,106,222). Sum of RGB (Red+Green+Blue) = 198+106+222=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #C66ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ADE is #399521. Grayscale: #929292. Windows color (decimal): -3773730 or 14576326. OLE color: 14576326.

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

Color convert

RGB 198 106 222 -
CMYK 0.11 0.52 0 0.13
HSL 287.59º 0.64% 0.64% -
HSV(B) 287.59º 0.52% 0.87% -
XYZ 41.63 27.59 72.24 -
YUV 146.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 198 106 222 0.11 0.52 0 0.13 287.59 0.64 0.64
Hex C6 6A DE B 34 0 D 120 40 40
Octal 306 152 336 13 64 0 15 440 100 100
Binary 11000110 1101010 11011110 1011 110100 0 1101 100100000 1000000 1000000

Color Harmonies of #C66ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66ADE

Black with #C66ADE

Text Example


Text Example

White with #C66ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66ADE; }

 p { color: rgb(198,106,222); }

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

background-color css

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

 a { background-color: rgb(198,106,222); }

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

border-color css

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

 span { border-color: rgb(198,106,222); }

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