#C360CD

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

Shades of Medium Orchid #C360CD

Tints of Medium Orchid #C360CD

Color information

#C360CD (or 0xC360CD) is unknown color: approx Medium Orchid. HEX triplet: C3, 60 and CD. RGB value is (195,96,205). Sum of RGB (Red+Green+Blue) = 195+96+205=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #C360CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360CD is #3C9F32. Grayscale: #898989. Windows color (decimal): -3972915 or 13459651. OLE color: 13459651.

HSL color Cylindrical-coordinate representation of color #C360CD: hue angle of 294.5º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C360CD is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19596205-
CMYK0.050.5300.20
HSL294.5º52.15%59.02%-
HSV(B)294.5º53.17%80.39%-
XYZ37.7124.3860.48-
YUV138.03165.8168.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 96 (37.89% from 255) = 19.35%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=39.31%
G=19.35%
B=41.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195962050.050.5300.20294.552.1559.02
HexC360CD535014126343b
Octal3031403155650244466473
Binary11000011110000011001101101110101010100100100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C360CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C360CD; }

 p { color: rgb(195,96,205); }

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

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

 a { background-color: rgb(195,96,205); }

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

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

 span { border-color: rgb(195,96,205); }

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