#C642FC

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

Shades of Medium Orchid #C642FC

Tints of Medium Orchid #C642FC

Color information

#C642FC (or 0xC642FC) is unknown color: approx Medium Orchid. HEX triplet: C6, 42 and FC. RGB value is (198,66,252). Sum of RGB (Red+Green+Blue) = 198+66+252=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #C642FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642FC is #39BD03. Grayscale: #7E7E7E. Windows color (decimal): -3783940 or 16532166. OLE color: 16532166.

HSL color Cylindrical-coordinate representation of color #C642FC: hue angle of 282.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C642FC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19866252-
CMYK0.210.7400.01
HSL282.58º96.88%62.35%-
HSV(B)282.58º73.81%98.82%-
XYZ42.8122.9394.27-
YUV126.67198.73178.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 66 (26.17% from 255) = 12.79%
BLUE value IS 252 (98.83% from 255) = 48.84%
R=38.37%
G=12.79%
B=48.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal198662520.210.7400.01282.5896.8862.35
HexC642FC154A0111b613e
Octal306102374251120143314176
Binary11000110100001011111100101011001010011000110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C642FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C642FC; }

 p { color: rgb(198,66,252); }

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

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

 a { background-color: rgb(198,66,252); }

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

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

 span { border-color: rgb(198,66,252); }

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