#C353E4

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

Shades of Medium Orchid #C353E4

Tints of Medium Orchid #C353E4

Color information

#C353E4 (or 0xC353E4) is unknown color: approx Medium Orchid. HEX triplet: C3, 53 and E4. RGB value is (195,83,228). Sum of RGB (Red+Green+Blue) = 195+83+228=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #C353E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353E4 is #3CAC1B. Grayscale: #848484. Windows color (decimal): -3976220 or 14963651. OLE color: 14963651.

HSL color Cylindrical-coordinate representation of color #C353E4: hue angle of 286.34º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C353E4 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19583228-
CMYK0.140.6400.11
HSL286.34º72.86%60.98%-
HSV(B)286.34º63.6%89.41%-
XYZ39.623.3975.83-
YUV133.02181.61172.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 83 (32.81% from 255) = 16.40%
BLUE value IS 228 (89.45% from 255) = 45.06%
R=38.54%
G=16.40%
B=45.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal195832280.140.6400.11286.3472.8660.98
HexC353E4E400B11e493d
Octal3031233441610001343611175
Binary1100001110100111110010011101000000010111000111101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C353E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C353E4; }

 p { color: rgb(195,83,228); }

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

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

 a { background-color: rgb(195,83,228); }

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

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

 span { border-color: rgb(195,83,228); }

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