Html Css Color HEX #CA68B1 Fuchsia

📋 copy color: '#CA68B1'

red 202 ◦ green 104 ◦ blue 177

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

Shades of Fuchsia #CA68B1

Tints of Fuchsia #CA68B1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.53%

 BLUE value IS 177 (69.53% from 255) = 36.65%

R = 41.82%
G = 21.53%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA68B1 (or 0xCA68B1) is known color: Fuchsia. HEX triplet: CA, 68 and B1. RGB value is (202,104,177). Sum of RGB (Red+Green+Blue) = 202+104+177=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA68B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA68B1 is #35974E. Grayscale: #8D8D8D. Windows color (decimal): -3512143 or 11626698. OLE color: 11626698.

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

Color convert

RGB 202 104 177 -
CMYK 0 0.49 0.12 0.21
HSL 315.31º 0.48% 0.6% -
HSV(B) 315.31º 0.49% 0.79% -
XYZ 37.24 25.63 44.58 -
YUV 141.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 202 104 177 0 0.49 0.12 0.21 315.31 0.48 0.6
Hex CA 68 B1 0 31 C 15 13B 30 3C
Octal 312 150 261 0 61 14 25 473 60 74
Binary 11001010 1101000 10110001 0 110001 1100 10101 100111011 110000 111100

Color Harmonies of #CA68B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA68B1

Black with #CA68B1

Text Example


Text Example

White with #CA68B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA68B1; }

 p { color: rgb(202,104,177); }

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

background-color css

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

 a { background-color: rgb(202,104,177); }

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

border-color css

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

 span { border-color: rgb(202,104,177); }

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