#C22BE8

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

Shades of Medium Orchid #C22BE8

Tints of Medium Orchid #C22BE8

Color information

#C22BE8 (or 0xC22BE8) is unknown color: approx Medium Orchid. HEX triplet: C2, 2B and E8. RGB value is (194,43,232). Sum of RGB (Red+Green+Blue) = 194+43+232=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #C22BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22BE8 is #3DD417. Grayscale: #6D6D6D. Windows color (decimal): -4051992 or 15215554. OLE color: 15215554.

HSL color Cylindrical-coordinate representation of color #C22BE8: hue angle of 287.94º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22BE8 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19443232-
CMYK0.160.8100.09
HSL287.94º80.43%53.92%-
HSV(B)287.94º81.47%90.98%-
XYZ37.6819.0278.03-
YUV109.7197.03188.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 43 (17.19% from 255) = 9.17%
BLUE value IS 232 (91.02% from 255) = 49.47%
R=41.36%
G=9.17%
B=49.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal194432320.160.8100.09287.9480.4353.92
HexC22BE81051091205036
Octal302533502012101144012066
Binary1100001010101111101000100001010001010011001000001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22BE8; }

 p { color: rgb(194,43,232); }

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

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

 a { background-color: rgb(194,43,232); }

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

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

 span { border-color: rgb(194,43,232); }

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