Html Css Color HEX #CA64BB Fuchsia

📋 copy color: '#CA64BB'

red 202 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #CA64BB

Tints of Fuchsia #CA64BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 41.31%
G = 20.45%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA64BB (or 0xCA64BB) is known color: Fuchsia. HEX triplet: CA, 64 and BB. RGB value is (202,100,187). Sum of RGB (Red+Green+Blue) = 202+100+187=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64BB is #359B44. Grayscale: #8C8C8C. Windows color (decimal): -3513157 or 12281034. OLE color: 12281034.

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

Color convert

RGB 202 100 187 -
CMYK 0 0.50 0.07 0.21
HSL 308.82º 0.49% 0.59% -
HSV(B) 308.82º 0.5% 0.79% -
XYZ 37.88 25.26 49.89 -
YUV 140.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 202 100 187 0 0.50 0.07 0.21 308.82 0.49 0.59
Hex CA 64 BB 0 32 7 15 135 31 3B
Octal 312 144 273 0 62 7 25 465 61 73
Binary 11001010 1100100 10111011 0 110010 111 10101 100110101 110001 111011

Color Harmonies of #CA64BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64BB

Black with #CA64BB

Text Example


Text Example

White with #CA64BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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