Html Css Color HEX #C660DF Medium Orchid

📋 copy color: '#C660DF'

red 198 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #C660DF

Tints of Medium Orchid #C660DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.57%

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

R = 38.3%
G = 18.57%
B = 43.13%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C660DF (or 0xC660DF) is known color: Medium Orchid. HEX triplet: C6, 60 and DF. RGB value is (198,96,223). Sum of RGB (Red+Green+Blue) = 198+96+223=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #C660DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660DF is #399F20. Grayscale: #8C8C8C. Windows color (decimal): -3776289 or 14639302. OLE color: 14639302.

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

Color convert

RGB 198 96 223 -
CMYK 0.11 0.57 0 0.13
HSL 288.19º 0.66% 0.63% -
HSV(B) 288.19º 0.57% 0.87% -
XYZ 40.79 25.7 72.62 -
YUV 140.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 198 96 223 0.11 0.57 0 0.13 288.19 0.66 0.63
Hex C6 60 DF B 39 0 D 120 42 3F
Octal 306 140 337 13 71 0 15 440 102 77
Binary 11000110 1100000 11011111 1011 111001 0 1101 100100000 1000010 111111

Color Harmonies of #C660DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660DF

Black with #C660DF

Text Example


Text Example

White with #C660DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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