Html Css Color HEX #C666DF Medium Orchid

📋 copy color: '#C666DF'

red 198 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #C666DF

Tints of Medium Orchid #C666DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 37.86%
G = 19.5%
B = 42.64%

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

#C666DF (or 0xC666DF) is known color: Medium Orchid. HEX triplet: C6, 66 and DF. RGB value is (198,102,223). Sum of RGB (Red+Green+Blue) = 198+102+223=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C666DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666DF is #399920. Grayscale: #909090. Windows color (decimal): -3774753 or 14640838. OLE color: 14640838.

HSL color Cylindrical-coordinate representation of color #C666DF: hue angle of 287.6º 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 #C666DF is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 102 223 -
CMYK 0.11 0.54 0 0.13
HSL 287.6º 0.65% 0.64% -
HSV(B) 287.6º 0.54% 0.87% -
XYZ 41.36 26.84 72.81 -
YUV 144.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 198 102 223 0.11 0.54 0 0.13 287.6 0.65 0.64
Hex C6 66 DF B 36 0 D 120 41 40
Octal 306 146 337 13 66 0 15 440 101 100
Binary 11000110 1100110 11011111 1011 110110 0 1101 100100000 1000001 1000000

Color Harmonies of #C666DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666DF

Black with #C666DF

Text Example


Text Example

White with #C666DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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