Html Css Color HEX #CA6CB1 Fuchsia

📋 copy color: '#CA6CB1'

red 202 ◦ green 108 ◦ blue 177

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

Shades of Fuchsia #CA6CB1

Tints of Fuchsia #CA6CB1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

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

R = 41.48%
G = 22.18%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA6CB1 (or 0xCA6CB1) is known color: Fuchsia. HEX triplet: CA, 6C and B1. RGB value is (202,108,177). Sum of RGB (Red+Green+Blue) = 202+108+177=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6CB1 is #35934E. Grayscale: #8F8F8F. Windows color (decimal): -3511119 or 11627722. OLE color: 11627722.

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

Color convert

RGB 202 108 177 -
CMYK 0 0.47 0.12 0.21
HSL 315.96º 0.47% 0.61% -
HSV(B) 315.96º 0.47% 0.79% -
XYZ 37.66 26.46 44.72 -
YUV 143.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 202 108 177 0 0.47 0.12 0.21 315.96 0.47 0.61
Hex CA 6C B1 0 2F C 15 13C 2F 3D
Octal 312 154 261 0 57 14 25 474 57 75
Binary 11001010 1101100 10110001 0 101111 1100 10101 100111100 101111 111101

Color Harmonies of #CA6CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CB1

Black with #CA6CB1

Text Example


Text Example

White with #CA6CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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