#c665d6

Color #C665D6 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C665D6

Tints of Medium Orchid #C665D6

Color information

#C665D6 (or 0xC665D6) is unknown color: approx Medium Orchid. HEX triplet: C6, 65 and D6. RGB value is (198,101,214). Sum of RGB (Red+Green+Blue) = 198+101+214=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #C665D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665D6 is #399A29. Grayscale: #8E8E8E. Windows color (decimal): -3775018 or 14050758. OLE color: 14050758.

HSL color Cylindrical-coordinate representation of color #C665D6: hue angle of 291.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C665D6 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198101214-
CMYK0.070.5300.16
HSL291.5º57.95%61.76%-
HSV(B)291.5º52.8%83.92%-
XYZ40.0826.1766.56-
YUV142.88168.14167.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 101 (39.84% from 255) = 19.69%
BLUE value IS 214 (83.98% from 255) = 41.72%
R=38.60%
G=19.69%
B=41.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981012140.070.5300.16291.557.9561.76
HexC665D67350101243a3e
Octal3061453267650204447276
Binary11000110110010111010110111110101010000100100100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c665d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c665d6; }

 p { color: rgb(198,101,214); }

 H1.HeaderClassName
 {
   color: #c665d6;
 }
 .AnyTagClassName
 {
   color: #c665d6;
 }
</style>
background-color css

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

 a { background-color: rgb(198,101,214); }

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

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

 span { border-color: rgb(198,101,214); }

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