Html Css Color HEX #C668DB Medium Orchid

📋 copy color: '#C668DB'

red 198 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #C668DB

Tints of Medium Orchid #C668DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.96%

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

R = 38%
G = 19.96%
B = 42.03%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C668DB (or 0xC668DB) is known color: Medium Orchid. HEX triplet: C6, 68 and DB. RGB value is (198,104,219). Sum of RGB (Red+Green+Blue) = 198+104+219=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #C668DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668DB is #399724. Grayscale: #909090. Windows color (decimal): -3774245 or 14379206. OLE color: 14379206.

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

Color convert

RGB 198 104 219 -
CMYK 0.10 0.53 0 0.14
HSL 289.04º 0.61% 0.63% -
HSV(B) 289.04º 0.53% 0.86% -
XYZ 41.03 27.02 70.07 -
YUV 145.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 198 104 219 0.10 0.53 0 0.14 289.04 0.61 0.63
Hex C6 68 DB A 35 0 E 121 3D 3F
Octal 306 150 333 12 65 0 16 441 75 77
Binary 11000110 1101000 11011011 1010 110101 0 1110 100100001 111101 111111

Color Harmonies of #C668DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C668DB

Black with #C668DB

Text Example


Text Example

White with #C668DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C668DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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