Html Css Color HEX #C66ADC Medium Orchid

📋 copy color: '#C66ADC'

red 198 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #C66ADC

Tints of Medium Orchid #C66ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 37.79%
G = 20.23%
B = 41.98%

CMYK

 C value IS 0.1

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C66ADC (or 0xC66ADC) is known color: Medium Orchid. HEX triplet: C6, 6A and DC. RGB value is (198,106,220). Sum of RGB (Red+Green+Blue) = 198+106+220=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #C66ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ADC is #399523. Grayscale: #929292. Windows color (decimal): -3773732 or 14445254. OLE color: 14445254.

HSL color Cylindrical-coordinate representation of color #C66ADC: hue angle of 288.42º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66ADC is Cyan = 0.1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 106 220 -
CMYK 0.1 0.52 0 0.14
HSL 288.42º 0.62% 0.64% -
HSV(B) 288.42º 0.52% 0.86% -
XYZ 41.36 27.48 70.83 -
YUV 146.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 198 106 220 0.1 0.52 0 0.14 288.42 0.62 0.64
Hex C6 6A DC A 34 0 E 120 3E 40
Octal 306 152 334 12 64 0 16 440 76 100
Binary 11000110 1101010 11011100 1010 110100 0 1110 100100000 111110 1000000

Color Harmonies of #C66ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66ADC

Black with #C66ADC

Text Example


Text Example

White with #C66ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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