Html Css Color HEX #CA6390 Hopbush

📋 copy color: '#CA6390'

red 202 ◦ green 99 ◦ blue 144

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

Shades of Hopbush #CA6390

Tints of Hopbush #CA6390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.36%

R = 45.39%
G = 22.25%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA6390 (or 0xCA6390) is known color: Hopbush. HEX triplet: CA, 63 and 90. RGB value is (202,99,144). Sum of RGB (Red+Green+Blue) = 202+99+144=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6390 is #359C6F. Grayscale: #868686. Windows color (decimal): -3513456 or 9462730. OLE color: 9462730.

HSL color Cylindrical-coordinate representation of color #CA6390: hue angle of 333.79º 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 #CA6390 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 99 144 -
CMYK 0 0.51 0.29 0.21
HSL 333.79º 0.49% 0.59% -
HSV(B) 333.79º 0.51% 0.79% -
XYZ 33.85 23.49 29.14 -
YUV 134.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 202 99 144 0 0.51 0.29 0.21 333.79 0.49 0.59
Hex CA 63 90 0 33 1D 15 14E 31 3B
Octal 312 143 220 0 63 35 25 516 61 73
Binary 11001010 1100011 10010000 0 110011 11101 10101 101001110 110001 111011

Color Harmonies of #CA6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6390

Black with #CA6390

Text Example


Text Example

White with #CA6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6390; }

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

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

background-color css

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

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

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

border-color css

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

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

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