#C255EE

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

Shades of Medium Orchid #C255EE

Tints of Medium Orchid #C255EE

Color information

#C255EE (or 0xC255EE) is unknown color: approx Medium Orchid. HEX triplet: C2, 55 and EE. RGB value is (194,85,238). Sum of RGB (Red+Green+Blue) = 194+85+238=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #C255EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255EE is #3DAA11. Grayscale: #868686. Windows color (decimal): -4041234 or 15619522. OLE color: 15619522.

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

Color convert

RGB19485238-
CMYK0.180.6400.07
HSL282.75º81.82%63.33%-
HSV(B)282.75º64.29%93.33%-
XYZ40.9324.1483.39-
YUV135.03186.11170.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 85 (33.59% from 255) = 16.44%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=37.52%
G=16.44%
B=46.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194852380.180.6400.07282.7581.8263.33
HexC255EE12400711b523f
Octal302125356221000743312277
Binary1100001010101011110111010010100000001111000110111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C255EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C255EE; }

 p { color: rgb(194,85,238); }

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

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

 a { background-color: rgb(194,85,238); }

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

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

 span { border-color: rgb(194,85,238); }

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