Html Css Color HEX #C666DE Medium Orchid

📋 copy color: '#C666DE'

red 198 ◦ green 102 ◦ blue 222

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

Shades of Medium Orchid #C666DE

Tints of Medium Orchid #C666DE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.54%

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 37.93%
G = 19.54%
B = 42.53%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C666DE (or 0xC666DE) is known color: Medium Orchid. HEX triplet: C6, 66 and DE. RGB value is (198,102,222). Sum of RGB (Red+Green+Blue) = 198+102+222=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #C666DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666DE is #399921. Grayscale: #909090. Windows color (decimal): -3774754 or 14575302. OLE color: 14575302.

HSL color Cylindrical-coordinate representation of color #C666DE: hue angle of 288º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C666DE is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 102 222 -
CMYK 0.11 0.54 0 0.13
HSL 288º 0.65% 0.64% -
HSV(B) 288º 0.54% 0.87% -
XYZ 41.22 26.78 72.1 -
YUV 144.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 198 102 222 0.11 0.54 0 0.13 288 0.65 0.64
Hex C6 66 DE B 36 0 D 120 41 40
Octal 306 146 336 13 66 0 15 440 101 100
Binary 11000110 1100110 11011110 1011 110110 0 1101 100100000 1000001 1000000

Color Harmonies of #C666DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666DE

Black with #C666DE

Text Example


Text Example

White with #C666DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666DE; }

 p { color: rgb(198,102,222); }

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

background-color css

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

 a { background-color: rgb(198,102,222); }

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

border-color css

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

 span { border-color: rgb(198,102,222); }

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