#C33DD5

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

Shades of Medium Orchid #C33DD5

Tints of Medium Orchid #C33DD5

Color information

#C33DD5 (or 0xC33DD5) is unknown color: approx Medium Orchid. HEX triplet: C3, 3D and D5. RGB value is (195,61,213). Sum of RGB (Red+Green+Blue) = 195+61+213=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #C33DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DD5 is #3CC22A. Grayscale: #757575. Windows color (decimal): -3981867 or 13974979. OLE color: 13974979.

HSL color Cylindrical-coordinate representation of color #C33DD5: hue angle of 292.89º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33DD5 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19561213-
CMYK0.080.7100.16
HSL292.89º64.41%53.73%-
HSV(B)292.89º71.36%83.53%-
XYZ36.1819.7464.85-
YUV118.39181.39182.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 61 (24.22% from 255) = 13.01%
BLUE value IS 213 (83.59% from 255) = 45.42%
R=41.58%
G=13.01%
B=45.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195612130.080.7100.16292.8964.4153.73
HexC33DD58470101254036
Octal303753251010702044510066
Binary1100001111110111010101100010001110100001001001011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33DD5; }

 p { color: rgb(195,61,213); }

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

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

 a { background-color: rgb(195,61,213); }

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

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

 span { border-color: rgb(195,61,213); }

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