Html Css Color HEX #C663DC Medium Orchid

📋 copy color: '#C663DC'

red 198 ◦ green 99 ◦ blue 220

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

Shades of Medium Orchid #C663DC

Tints of Medium Orchid #C663DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.15%

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

R = 38.3%
G = 19.15%
B = 42.55%

CMYK

 C value IS 0.1

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C663DC (or 0xC663DC) is known color: Medium Orchid. HEX triplet: C6, 63 and DC. RGB value is (198,99,220). Sum of RGB (Red+Green+Blue) = 198+99+220=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #C663DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663DC is #399C23. Grayscale: #8E8E8E. Windows color (decimal): -3775524 or 14443462. OLE color: 14443462.

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

Color convert

RGB 198 99 220 -
CMYK 0.1 0.55 0 0.14
HSL 289.09º 0.63% 0.63% -
HSV(B) 289.09º 0.55% 0.86% -
XYZ 40.67 26.1 70.6 -
YUV 142.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 198 99 220 0.1 0.55 0 0.14 289.09 0.63 0.63
Hex C6 63 DC A 37 0 E 121 3F 3F
Octal 306 143 334 12 67 0 16 441 77 77
Binary 11000110 1100011 11011100 1010 110111 0 1110 100100001 111111 111111

Color Harmonies of #C663DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C663DC

Black with #C663DC

Text Example


Text Example

White with #C663DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C663DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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