#CE63A1

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

Shades of Hopbush #CE63A1

Tints of Hopbush #CE63A1

Color information

#CE63A1 (or 0xCE63A1) is unknown color: approx Hopbush. HEX triplet: CE, 63 and A1. RGB value is (206,99,161). Sum of RGB (Red+Green+Blue) = 206+99+161=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE63A1 is #319C5E. Grayscale: #898989. Windows color (decimal): -3251295 or 10576846. OLE color: 10576846.

HSL color Cylindrical-coordinate representation of color #CE63A1: hue angle of 325.23º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE63A1 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB20699161-
CMYK00.520.220.19
HSL325.23º52.2%59.8%-
HSV(B)325.23º51.94%80.78%-
XYZ36.3524.6236.55-
YUV138.06140.95176.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=44.21%
G=21.24%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069916100.520.220.19325.2352.259.8
HexCE63A10341613145343c
Octal31614324106426235056474
Binary1100111011000111010000101101001011010011101000101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE63A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE63A1; }

 p { color: rgb(206,99,161); }

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

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

 a { background-color: rgb(206,99,161); }

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

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

 span { border-color: rgb(206,99,161); }

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