#CA6DBE

Color #CA6DBE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CA6DBE

Tints of Fuchsia #CA6DBE

Color information

#CA6DBE (or 0xCA6DBE) is unknown color: approx Fuchsia. HEX triplet: CA, 6D and BE. RGB value is (202,109,190). Sum of RGB (Red+Green+Blue) = 202+109+190=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DBE is #359241. Grayscale: #919191. Windows color (decimal): -3510850 or 12479946. OLE color: 12479946.

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

Color convert

RGB202109190-
CMYK00.460.060.21
HSL307.74º46.73%60.98%-
HSV(B)307.74º46.04%79.22%-
XYZ39.1227.2151.91-
YUV146.04152.81167.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=40.32%
G=21.76%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210919000.460.060.21307.7446.7360.98
HexCA6DBE02E6151342f3d
Octal3121552760566254645775
Binary11001010110110110111110010111011010101100110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6DBE; }

 p { color: rgb(202,109,190); }

 H1.HeaderClassName
 {
   color: #CA6DBE;
 }
 .AnyTagClassName
 {
   color: #CA6DBE;
 }
</style>
background-color css

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

 a { background-color: rgb(202,109,190); }

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

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

 span { border-color: rgb(202,109,190); }

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