#C634F1

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

Shades of Medium Orchid #C634F1

Tints of Medium Orchid #C634F1

Color information

#C634F1 (or 0xC634F1) is unknown color: approx Medium Orchid. HEX triplet: C6, 34 and F1. RGB value is (198,52,241). Sum of RGB (Red+Green+Blue) = 198+52+241=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #C634F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C634F1 is #39CB0E. Grayscale: #747474. Windows color (decimal): -3787535 or 15807686. OLE color: 15807686.

HSL color Cylindrical-coordinate representation of color #C634F1: hue angle of 286.35º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C634F1 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19852241-
CMYK0.180.7800.05
HSL286.35º87.1%57.45%-
HSV(B)286.35º78.42%94.51%-
XYZ40.3920.8185.11-
YUV117.2197.87185.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 52 (20.70% from 255) = 10.59%
BLUE value IS 241 (94.53% from 255) = 49.08%
R=40.33%
G=10.59%
B=49.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198522410.180.7800.05286.3587.157.45
HexC634F1124E0511e5739
Octal30664361221160543612771
Binary110001101101001111000110010100111001011000111101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C634F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C634F1; }

 p { color: rgb(198,52,241); }

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

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

 a { background-color: rgb(198,52,241); }

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

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

 span { border-color: rgb(198,52,241); }

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