Html Css Color HEX #CA6498 Hopbush

📋 copy color: '#CA6498'

red 202 ◦ green 100 ◦ blue 152

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

Shades of Hopbush #CA6498

Tints of Hopbush #CA6498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.03%

 BLUE value IS 152 (59.77% from 255) = 33.48%

R = 44.49%
G = 22.03%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA6498 (or 0xCA6498) is known color: Hopbush. HEX triplet: CA, 64 and 98. RGB value is (202,100,152). Sum of RGB (Red+Green+Blue) = 202+100+152=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6498 is #359B67. Grayscale: #888888. Windows color (decimal): -3513192 or 9987274. OLE color: 9987274.

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

Color convert

RGB 202 100 152 -
CMYK 0 0.50 0.25 0.21
HSL 329.41º 0.49% 0.59% -
HSV(B) 329.41º 0.5% 0.79% -
XYZ 34.58 23.94 32.5 -
YUV 136.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 202 100 152 0 0.50 0.25 0.21 329.41 0.49 0.59
Hex CA 64 98 0 32 19 15 149 31 3B
Octal 312 144 230 0 62 31 25 511 61 73
Binary 11001010 1100100 10011000 0 110010 11001 10101 101001001 110001 111011

Color Harmonies of #CA6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6498

Black with #CA6498

Text Example


Text Example

White with #CA6498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6498; }

 p { color: rgb(202,100,152); }

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

background-color css

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

 a { background-color: rgb(202,100,152); }

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

border-color css

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

 span { border-color: rgb(202,100,152); }

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