Html Css Color HEX #C660DD Medium Orchid

📋 copy color: '#C660DD'

red 198 ◦ green 96 ◦ blue 221

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

Shades of Medium Orchid #C660DD

Tints of Medium Orchid #C660DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 38.45%
G = 18.64%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C660DD (or 0xC660DD) is known color: Medium Orchid. HEX triplet: C6, 60 and DD. RGB value is (198,96,221). Sum of RGB (Red+Green+Blue) = 198+96+221=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #C660DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660DD is #399F22. Grayscale: #8C8C8C. Windows color (decimal): -3776291 or 14508230. OLE color: 14508230.

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

Color convert

RGB 198 96 221 -
CMYK 0.10 0.57 0 0.13
HSL 288.96º 0.65% 0.62% -
HSV(B) 288.96º 0.57% 0.87% -
XYZ 40.52 25.59 71.21 -
YUV 140.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 198 96 221 0.10 0.57 0 0.13 288.96 0.65 0.62
Hex C6 60 DD A 39 0 D 121 41 3E
Octal 306 140 335 12 71 0 15 441 101 76
Binary 11000110 1100000 11011101 1010 111001 0 1101 100100001 1000001 111110

Color Harmonies of #C660DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660DD

Black with #C660DD

Text Example


Text Example

White with #C660DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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