Html Css Color HEX #CE63A0 Hopbush

📋 copy color: '#CE63A0'

red 206 ◦ green 99 ◦ blue 160

#CE63A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #CE63A0

Tints of Hopbush #CE63A0

RGB

 RED value IS 206 (80.86% from 255) = 44.3%

 GREEN value IS 99 (39.06% from 255) = 21.29%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 44.3%
G = 21.29%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE63A0 (or 0xCE63A0) is known color: Hopbush. HEX triplet: CE, 63 and A0. RGB value is (206,99,160). Sum of RGB (Red+Green+Blue) = 206+99+160=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE63A0 is #319C5F. Grayscale: #898989. Windows color (decimal): -3251296 or 10511310. OLE color: 10511310.

HSL color Cylindrical-coordinate representation of color #CE63A0: hue angle of 325.79º 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 #CE63A0 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 160 -
CMYK 0 0.52 0.22 0.19
HSL 325.79º 0.52% 0.6% -
HSV(B) 325.79º 0.52% 0.81% -
XYZ 36.26 24.58 36.09 -
YUV 137.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 206 99 160 0 0.52 0.22 0.19 325.79 0.52 0.6
Hex CE 63 A0 0 34 16 13 146 34 3C
Octal 316 143 240 0 64 26 23 506 64 74
Binary 11001110 1100011 10100000 0 110100 10110 10011 101000110 110100 111100

Color Harmonies of #CE63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE63A0

Black with #CE63A0

Text Example


Text Example

White with #CE63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE63A0; }

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

 H1.HeaderClassName
 {
   color: #CE63A0;
 }
 .AnyTagClassName
 {
   color: #CE63A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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