#C33EFD

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

Shades of Medium Orchid #C33EFD

Tints of Medium Orchid #C33EFD

Color information

#C33EFD (or 0xC33EFD) is unknown color: approx Medium Orchid. HEX triplet: C3, 3E and FD. RGB value is (195,62,253). Sum of RGB (Red+Green+Blue) = 195+62+253=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #C33EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EFD is #3CC102. Grayscale: #7A7A7A. Windows color (decimal): -3981571 or 16596675. OLE color: 16596675.

HSL color Cylindrical-coordinate representation of color #C33EFD: hue angle of 281.78º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33EFD is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19562253-
CMYK0.230.7500.01
HSL281.78º97.95%61.76%-
HSV(B)281.78º75.49%99.22%-
XYZ41.9622.1494.99-
YUV123.54201.06178.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 62 (24.61% from 255) = 12.16%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=38.24%
G=12.16%
B=49.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal195622530.230.7500.01281.7897.9561.76
HexC33EFD174B0111a623e
Octal30376375271130143214276
Binary1100001111111011111101101111001011011000110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33EFD; }

 p { color: rgb(195,62,253); }

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

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

 a { background-color: rgb(195,62,253); }

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

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

 span { border-color: rgb(195,62,253); }

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