Html Css Color HEX #CA6BB0 Fuchsia

📋 copy color: '#CA6BB0'

red 202 ◦ green 107 ◦ blue 176

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

Shades of Fuchsia #CA6BB0

Tints of Fuchsia #CA6BB0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.06%

 BLUE value IS 176 (69.14% from 255) = 36.29%

R = 41.65%
G = 22.06%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA6BB0 (or 0xCA6BB0) is known color: Fuchsia. HEX triplet: CA, 6B and B0. RGB value is (202,107,176). Sum of RGB (Red+Green+Blue) = 202+107+176=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6BB0 is #35944F. Grayscale: #8F8F8F. Windows color (decimal): -3511376 or 11561930. OLE color: 11561930.

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

Color convert

RGB 202 107 176 -
CMYK 0 0.47 0.13 0.21
HSL 316.42º 0.47% 0.61% -
HSV(B) 316.42º 0.47% 0.79% -
XYZ 37.45 26.21 44.16 -
YUV 143.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 202 107 176 0 0.47 0.13 0.21 316.42 0.47 0.61
Hex CA 6B B0 0 2F D 15 13C 2F 3D
Octal 312 153 260 0 57 15 25 474 57 75
Binary 11001010 1101011 10110000 0 101111 1101 10101 100111100 101111 111101

Color Harmonies of #CA6BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BB0

Black with #CA6BB0

Text Example


Text Example

White with #CA6BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BB0; }

 p { color: rgb(202,107,176); }

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

background-color css

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

 a { background-color: rgb(202,107,176); }

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

border-color css

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

 span { border-color: rgb(202,107,176); }

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