#C635D4

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

Shades of Medium Orchid #C635D4

Tints of Medium Orchid #C635D4

Color information

#C635D4 (or 0xC635D4) is unknown color: approx Medium Orchid. HEX triplet: C6, 35 and D4. RGB value is (198,53,212). Sum of RGB (Red+Green+Blue) = 198+53+212=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #C635D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635D4 is #39CA2B. Grayscale: #717171. Windows color (decimal): -3787308 or 13907398. OLE color: 13907398.

HSL color Cylindrical-coordinate representation of color #C635D4: hue angle of 294.72º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C635D4 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19853212-
CMYK0.070.7500.17
HSL294.72º64.9%51.96%-
HSV(B)294.72º75%83.14%-
XYZ36.4519.3164.09-
YUV114.48183.04187.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 53 (21.09% from 255) = 11.45%
BLUE value IS 212 (83.20% from 255) = 45.79%
R=42.76%
G=11.45%
B=45.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198532120.070.7500.17294.7264.951.96
HexC635D474B0111274134
Octal30665324711302144710164
Binary110001101101011101010011110010110100011001001111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C635D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C635D4; }

 p { color: rgb(198,53,212); }

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

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

 a { background-color: rgb(198,53,212); }

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

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

 span { border-color: rgb(198,53,212); }

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