Html Css Color HEX #CA75B2 Hopbush

📋 copy color: '#CA75B2'

red 202 ◦ green 117 ◦ blue 178

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

Shades of Hopbush #CA75B2

Tints of Hopbush #CA75B2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.54%

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 40.64%
G = 23.54%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA75B2 (or 0xCA75B2) is known color: Hopbush. HEX triplet: CA, 75 and B2. RGB value is (202,117,178). Sum of RGB (Red+Green+Blue) = 202+117+178=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75B2 is #358A4D. Grayscale: #959595. Windows color (decimal): -3508814 or 11695562. OLE color: 11695562.

HSL color Cylindrical-coordinate representation of color #CA75B2: hue angle of 316.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA75B2 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 117 178 -
CMYK 0 0.42 0.12 0.21
HSL 316.94º 0.45% 0.63% -
HSV(B) 316.94º 0.42% 0.79% -
XYZ 38.75 28.49 45.58 -
YUV 149.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 202 117 178 0 0.42 0.12 0.21 316.94 0.45 0.63
Hex CA 75 B2 0 2A C 15 13D 2D 3F
Octal 312 165 262 0 52 14 25 475 55 77
Binary 11001010 1110101 10110010 0 101010 1100 10101 100111101 101101 111111

Color Harmonies of #CA75B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75B2

Black with #CA75B2

Text Example


Text Example

White with #CA75B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75B2; }

 p { color: rgb(202,117,178); }

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

background-color css

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

 a { background-color: rgb(202,117,178); }

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

border-color css

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

 span { border-color: rgb(202,117,178); }

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