Html Css Color HEX #C66CDC Medium Orchid

📋 copy color: '#C66CDC'

red 198 ◦ green 108 ◦ blue 220

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

Shades of Medium Orchid #C66CDC

Tints of Medium Orchid #C66CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.53%

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

R = 37.64%
G = 20.53%
B = 41.83%

CMYK

 C value IS 0.1

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C66CDC (or 0xC66CDC) is known color: Medium Orchid. HEX triplet: C6, 6C and DC. RGB value is (198,108,220). Sum of RGB (Red+Green+Blue) = 198+108+220=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #C66CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CDC is #399323. Grayscale: #939393. Windows color (decimal): -3773220 or 14445766. OLE color: 14445766.

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

Color convert

RGB 198 108 220 -
CMYK 0.1 0.51 0 0.14
HSL 288.21º 0.62% 0.64% -
HSV(B) 288.21º 0.51% 0.86% -
XYZ 41.57 27.9 70.9 -
YUV 147.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 198 108 220 0.1 0.51 0 0.14 288.21 0.62 0.64
Hex C6 6C DC A 33 0 E 120 3E 40
Octal 306 154 334 12 63 0 16 440 76 100
Binary 11000110 1101100 11011100 1010 110011 0 1110 100100000 111110 1000000

Color Harmonies of #C66CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66CDC

Black with #C66CDC

Text Example


Text Example

White with #C66CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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