#C251CD

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

Shades of Medium Orchid #C251CD

Tints of Medium Orchid #C251CD

Color information

#C251CD (or 0xC251CD) is unknown color: approx Medium Orchid. HEX triplet: C2, 51 and CD. RGB value is (194,81,205). Sum of RGB (Red+Green+Blue) = 194+81+205=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #C251CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251CD is #3DAE32. Grayscale: #808080. Windows color (decimal): -4042291 or 13455810. OLE color: 13455810.

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

Color convert

RGB19481205-
CMYK0.050.6000.20
HSL294.68º55.36%56.08%-
HSV(B)294.68º60.49%80.39%-
XYZ36.2121.7660.05-
YUV128.92170.94174.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=40.42%
G=16.88%
B=42.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194812050.050.6000.20294.6855.3656.08
HexC251CD53C0141273738
Octal3021213155740244476770
Binary11000010101000111001101101111100010100100100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C251CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C251CD; }

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

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

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

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

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

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

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

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