#C655DE

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

Shades of Medium Orchid #C655DE

Tints of Medium Orchid #C655DE

Color information

#C655DE (or 0xC655DE) is unknown color: approx Medium Orchid. HEX triplet: C6, 55 and DE. RGB value is (198,85,222). Sum of RGB (Red+Green+Blue) = 198+85+222=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #C655DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C655DE is #39AA21. Grayscale: #858585. Windows color (decimal): -3779106 or 14570950. OLE color: 14570950.

HSL color Cylindrical-coordinate representation of color #C655DE: hue angle of 289.49º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C655DE is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19885222-
CMYK0.110.6200.13
HSL289.49º67.49%60.2%-
HSV(B)289.49º61.71%87.06%-
XYZ39.7223.7871.6-
YUV134.4177.44173.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 85 (33.59% from 255) = 16.83%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=39.21%
G=16.83%
B=43.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal198852220.110.6200.13289.4967.4960.2
HexC655DEB3E0D121433c
Octal306125336137601544110374
Binary110001101010101110111101011111110011011001000011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C655DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C655DE; }

 p { color: rgb(198,85,222); }

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

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

 a { background-color: rgb(198,85,222); }

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

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

 span { border-color: rgb(198,85,222); }

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