#C264D0

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

Shades of Medium Orchid #C264D0

Tints of Medium Orchid #C264D0

Color information

#C264D0 (or 0xC264D0) is unknown color: approx Medium Orchid. HEX triplet: C2, 64 and D0. RGB value is (194,100,208). Sum of RGB (Red+Green+Blue) = 194+100+208=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #C264D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264D0 is #3D9B2F. Grayscale: #8C8C8C. Windows color (decimal): -4037424 or 13657282. OLE color: 13657282.

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

Color convert

RGB194100208-
CMYK0.070.5200.18
HSL292.22º53.47%60.39%-
HSV(B)292.22º51.92%81.57%-
XYZ38.1925.1462.51-
YUV140.42166.14166.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 100 (39.45% from 255) = 19.92%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=38.65%
G=19.92%
B=41.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941002080.070.5200.18292.2253.4760.39
HexC264D0734012124353c
Octal3021443207640224446574
Binary11000010110010011010000111110100010010100100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C264D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C264D0; }

 p { color: rgb(194,100,208); }

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

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

 a { background-color: rgb(194,100,208); }

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

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

 span { border-color: rgb(194,100,208); }

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