Html Css Color HEX #CA66BB Fuchsia

📋 copy color: '#CA66BB'

red 202 ◦ green 102 ◦ blue 187

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

Shades of Fuchsia #CA66BB

Tints of Fuchsia #CA66BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.77%

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

R = 41.14%
G = 20.77%
B = 38.09%

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

#CA66BB (or 0xCA66BB) is known color: Fuchsia. HEX triplet: CA, 66 and BB. RGB value is (202,102,187). Sum of RGB (Red+Green+Blue) = 202+102+187=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA66BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66BB is #359944. Grayscale: #8D8D8D. Windows color (decimal): -3512645 or 12281546. OLE color: 12281546.

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

Color convert

RGB 202 102 187 -
CMYK 0 0.50 0.07 0.21
HSL 309º 0.49% 0.6% -
HSV(B) 309º 0.5% 0.79% -
XYZ 38.08 25.65 49.96 -
YUV 141.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 202 102 187 0 0.50 0.07 0.21 309 0.49 0.6
Hex CA 66 BB 0 32 7 15 135 31 3C
Octal 312 146 273 0 62 7 25 465 61 74
Binary 11001010 1100110 10111011 0 110010 111 10101 100110101 110001 111100

Color Harmonies of #CA66BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA66BB

Black with #CA66BB

Text Example


Text Example

White with #CA66BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA66BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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