Html Css Color HEX #C66CDB Medium Orchid

📋 copy color: '#C66CDB'

red 198 ◦ green 108 ◦ blue 219

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

Shades of Medium Orchid #C66CDB

Tints of Medium Orchid #C66CDB

RGB

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

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

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

R = 37.71%
G = 20.57%
B = 41.71%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C66CDB (or 0xC66CDB) is known color: Medium Orchid. HEX triplet: C6, 6C and DB. RGB value is (198,108,219). Sum of RGB (Red+Green+Blue) = 198+108+219=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C66CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CDB is #399324. Grayscale: #939393. Windows color (decimal): -3773221 or 14380230. OLE color: 14380230.

HSL color Cylindrical-coordinate representation of color #C66CDB: hue angle of 288.65º degrees, saturation: 0.61, 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 #C66CDB is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 108 219 -
CMYK 0.10 0.51 0 0.14
HSL 288.65º 0.61% 0.64% -
HSV(B) 288.65º 0.51% 0.86% -
XYZ 41.44 27.85 70.21 -
YUV 147.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 198 108 219 0.10 0.51 0 0.14 288.65 0.61 0.64
Hex C6 6C DB A 33 0 E 121 3D 40
Octal 306 154 333 12 63 0 16 441 75 100
Binary 11000110 1101100 11011011 1010 110011 0 1110 100100001 111101 1000000

Color Harmonies of #C66CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66CDB

Black with #C66CDB

Text Example


Text Example

White with #C66CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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