#C33BD6

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

Shades of Medium Orchid #C33BD6

Tints of Medium Orchid #C33BD6

Color information

#C33BD6 (or 0xC33BD6) is unknown color: approx Medium Orchid. HEX triplet: C3, 3B and D6. RGB value is (195,59,214). Sum of RGB (Red+Green+Blue) = 195+59+214=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #C33BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BD6 is #3CC429. Grayscale: #747474. Windows color (decimal): -3982378 or 14040003. OLE color: 14040003.

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

Color convert

RGB19559214-
CMYK0.090.7200.16
HSL292.65º65.4%53.53%-
HSV(B)292.65º72.43%83.92%-
XYZ36.2119.5965.49-
YUV117.33182.56183.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 59 (23.44% from 255) = 12.61%
BLUE value IS 214 (83.98% from 255) = 45.73%
R=41.67%
G=12.61%
B=45.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195592140.090.7200.16292.6565.453.53
HexC33BD69480101254136
Octal303733261111002044510166
Binary1100001111101111010110100110010000100001001001011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33BD6; }

 p { color: rgb(195,59,214); }

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

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

 a { background-color: rgb(195,59,214); }

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

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

 span { border-color: rgb(195,59,214); }

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