#C264CD

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

Shades of Medium Orchid #C264CD

Tints of Medium Orchid #C264CD

Color information

#C264CD (or 0xC264CD) is unknown color: approx Medium Orchid. HEX triplet: C2, 64 and CD. RGB value is (194,100,205). Sum of RGB (Red+Green+Blue) = 194+100+205=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C264CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264CD is #3D9B32. Grayscale: #8B8B8B. Windows color (decimal): -4037427 or 13460674. OLE color: 13460674.

HSL color Cylindrical-coordinate representation of color #C264CD: hue angle of 293.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C264CD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194100205-
CMYK0.050.5100.20
HSL293.71º51.22%59.8%-
HSV(B)293.71º51.22%80.39%-
XYZ37.8224.9960.59-
YUV140.08164.64166.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 100 (39.45% from 255) = 20.04%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=38.88%
G=20.04%
B=41.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941002050.050.5100.20293.7151.2259.8
HexC264CD533014126333c
Octal3021443155630244466374
Binary11000010110010011001101101110011010100100100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C264CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C264CD; }

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

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

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

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

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

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

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

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