#C363CF

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

Shades of Medium Orchid #C363CF

Tints of Medium Orchid #C363CF

Color information

#C363CF (or 0xC363CF) is unknown color: approx Medium Orchid. HEX triplet: C3, 63 and CF. RGB value is (195,99,207). Sum of RGB (Red+Green+Blue) = 195+99+207=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #C363CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363CF is #3C9C30. Grayscale: #8B8B8B. Windows color (decimal): -3972145 or 13591491. OLE color: 13591491.

HSL color Cylindrical-coordinate representation of color #C363CF: hue angle of 293.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C363CF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19599207-
CMYK0.060.5200.19
HSL293.33º52.94%60%-
HSV(B)293.33º52.17%81.18%-
XYZ38.2325.0361.85-
YUV140.02165.8167.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 99 (39.06% from 255) = 19.76%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=38.92%
G=19.76%
B=41.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195992070.060.5200.19293.3352.9460
HexC363CF634013125353c
Octal3031433176640234456574
Binary11000011110001111001111110110100010011100100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C363CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C363CF; }

 p { color: rgb(195,99,207); }

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

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

 a { background-color: rgb(195,99,207); }

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

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

 span { border-color: rgb(195,99,207); }

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