#C252E6

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

Shades of Medium Orchid #C252E6

Tints of Medium Orchid #C252E6

Color information

#C252E6 (or 0xC252E6) is unknown color: approx Medium Orchid. HEX triplet: C2, 52 and E6. RGB value is (194,82,230). Sum of RGB (Red+Green+Blue) = 194+82+230=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #C252E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C252E6 is #3DAD19. Grayscale: #838383. Windows color (decimal): -4042010 or 15094466. OLE color: 15094466.

HSL color Cylindrical-coordinate representation of color #C252E6: hue angle of 285.41º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C252E6 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19482230-
CMYK0.160.6400.10
HSL285.41º74.75%61.18%-
HSV(B)285.41º64.35%90.2%-
XYZ39.5523.2277.26-
YUV132.36183.11171.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 82 (32.42% from 255) = 16.21%
BLUE value IS 230 (90.23% from 255) = 45.45%
R=38.34%
G=16.21%
B=45.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal194822300.160.6400.10285.4174.7561.18
HexC252E610400A11d4b3d
Octal3021223462010001243511375
Binary11000010101001011100110100001000000010101000111011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C252E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C252E6; }

 p { color: rgb(194,82,230); }

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

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

 a { background-color: rgb(194,82,230); }

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

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

 span { border-color: rgb(194,82,230); }

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