Html Css Color HEX #CB63A0 Hopbush

📋 copy color: '#CB63A0'

red 203 ◦ green 99 ◦ blue 160

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

Shades of Hopbush #CB63A0

Tints of Hopbush #CB63A0

RGB

 RED value IS 203 (79.69% from 255) = 43.94%

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

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

R = 43.94%
G = 21.43%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CB63A0 (or 0xCB63A0) is known color: Hopbush. HEX triplet: CB, 63 and A0. RGB value is (203,99,160). Sum of RGB (Red+Green+Blue) = 203+99+160=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB63A0 is #349C5F. Grayscale: #888888. Windows color (decimal): -3447904 or 10511307. OLE color: 10511307.

HSL color Cylindrical-coordinate representation of color #CB63A0: hue angle of 324.81º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB63A0 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 160 -
CMYK 0 0.51 0.21 0.20
HSL 324.81º 0.5% 0.59% -
HSV(B) 324.81º 0.51% 0.8% -
XYZ 35.44 24.16 36.05 -
YUV 137.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 203 99 160 0 0.51 0.21 0.20 324.81 0.5 0.59
Hex CB 63 A0 0 33 15 14 145 32 3B
Octal 313 143 240 0 63 25 24 505 62 73
Binary 11001011 1100011 10100000 0 110011 10101 10100 101000101 110010 111011

Color Harmonies of #CB63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB63A0

Black with #CB63A0

Text Example


Text Example

White with #CB63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB63A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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