Html Css Color HEX #CA6FBA Fuchsia

📋 copy color: '#CA6FBA'

red 202 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #CA6FBA

Tints of Fuchsia #CA6FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.24%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 40.48%
G = 22.24%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA6FBA (or 0xCA6FBA) is known color: Fuchsia. HEX triplet: CA, 6F and BA. RGB value is (202,111,186). Sum of RGB (Red+Green+Blue) = 202+111+186=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FBA is #359045. Grayscale: #929292. Windows color (decimal): -3510342 or 12218314. OLE color: 12218314.

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

Color convert

RGB 202 111 186 -
CMYK 0 0.45 0.08 0.21
HSL 310.55º 0.46% 0.61% -
HSV(B) 310.55º 0.45% 0.79% -
XYZ 38.9 27.47 49.71 -
YUV 146.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 202 111 186 0 0.45 0.08 0.21 310.55 0.46 0.61
Hex CA 6F BA 0 2D 8 15 137 2E 3D
Octal 312 157 272 0 55 10 25 467 56 75
Binary 11001010 1101111 10111010 0 101101 1000 10101 100110111 101110 111101

Color Harmonies of #CA6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FBA

Black with #CA6FBA

Text Example


Text Example

White with #CA6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FBA; }

 p { color: rgb(202,111,186); }

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

background-color css

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

 a { background-color: rgb(202,111,186); }

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

border-color css

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

 span { border-color: rgb(202,111,186); }

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