#C668CF

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

Shades of Medium Orchid #C668CF

Tints of Medium Orchid #C668CF

Color information

#C668CF (or 0xC668CF) is unknown color: approx Medium Orchid. HEX triplet: C6, 68 and CF. RGB value is (198,104,207). Sum of RGB (Red+Green+Blue) = 198+104+207=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #C668CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668CF is #399730. Grayscale: #8F8F8F. Windows color (decimal): -3774257 or 13592774. OLE color: 13592774.

HSL color Cylindrical-coordinate representation of color #C668CF: hue angle of 294.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C668CF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198104207-
CMYK0.040.5000.19
HSL294.76º51.76%60.98%-
HSV(B)294.76º49.76%81.18%-
XYZ39.526.4162.05-
YUV143.85163.64166.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 104 (41.02% from 255) = 20.43%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=38.90%
G=20.43%
B=40.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981042070.040.5000.19294.7651.7660.98
HexC668CF432013127343d
Octal3061503174620234476475
Binary11000110110100011001111100110010010011100100111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C668CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C668CF; }

 p { color: rgb(198,104,207); }

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

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

 a { background-color: rgb(198,104,207); }

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

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

 span { border-color: rgb(198,104,207); }

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