Html Css Color HEX #CA63AA Hopbush

📋 copy color: '#CA63AA'

red 202 ◦ green 99 ◦ blue 170

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

Shades of Hopbush #CA63AA

Tints of Hopbush #CA63AA

RGB

 RED value IS 202 (79.3% from 255) = 42.89%

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

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 42.89%
G = 21.02%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA63AA (or 0xCA63AA) is known color: Hopbush. HEX triplet: CA, 63 and AA. RGB value is (202,99,170). Sum of RGB (Red+Green+Blue) = 202+99+170=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA63AA is #359C55. Grayscale: #898989. Windows color (decimal): -3513430 or 11166666. OLE color: 11166666.

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

Color convert

RGB 202 99 170 -
CMYK 0 0.51 0.16 0.21
HSL 318.64º 0.49% 0.59% -
HSV(B) 318.64º 0.51% 0.79% -
XYZ 36.07 24.38 40.84 -
YUV 137.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 202 99 170 0 0.51 0.16 0.21 318.64 0.49 0.59
Hex CA 63 AA 0 33 10 15 13F 31 3B
Octal 312 143 252 0 63 20 25 477 61 73
Binary 11001010 1100011 10101010 0 110011 10000 10101 100111111 110001 111011

Color Harmonies of #CA63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63AA

Black with #CA63AA

Text Example


Text Example

White with #CA63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63AA; }

 p { color: rgb(202,99,170); }

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

background-color css

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

 a { background-color: rgb(202,99,170); }

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

border-color css

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

 span { border-color: rgb(202,99,170); }

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