Html Css Color HEX #C66DDB Medium Orchid

📋 copy color: '#C66DDB'

red 198 ◦ green 109 ◦ blue 219

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

Shades of Medium Orchid #C66DDB

Tints of Medium Orchid #C66DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.72%

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 37.64%
G = 20.72%
B = 41.63%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C66DDB (or 0xC66DDB) is known color: Medium Orchid. HEX triplet: C6, 6D and DB. RGB value is (198,109,219). Sum of RGB (Red+Green+Blue) = 198+109+219=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C66DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DDB is #399224. Grayscale: #939393. Windows color (decimal): -3772965 or 14380486. OLE color: 14380486.

HSL color Cylindrical-coordinate representation of color #C66DDB: hue angle of 288.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66DDB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 109 219 -
CMYK 0.10 0.50 0 0.14
HSL 288.55º 0.6% 0.64% -
HSV(B) 288.55º 0.5% 0.86% -
XYZ 41.54 28.06 70.24 -
YUV 148.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 198 109 219 0.10 0.50 0 0.14 288.55 0.6 0.64
Hex C6 6D DB A 32 0 E 121 3C 40
Octal 306 155 333 12 62 0 16 441 74 100
Binary 11000110 1101101 11011011 1010 110010 0 1110 100100001 111100 1000000

Color Harmonies of #C66DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66DDB

Black with #C66DDB

Text Example


Text Example

White with #C66DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66DDB; }

 p { color: rgb(198,109,219); }

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

background-color css

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

 a { background-color: rgb(198,109,219); }

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

border-color css

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

 span { border-color: rgb(198,109,219); }

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