#CA69BD

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

Shades of Fuchsia #CA69BD

Tints of Fuchsia #CA69BD

Color information

#CA69BD (or 0xCA69BD) is unknown color: approx Fuchsia. HEX triplet: CA, 69 and BD. RGB value is (202,105,189). Sum of RGB (Red+Green+Blue) = 202+105+189=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69BD is #359642. Grayscale: #8F8F8F. Windows color (decimal): -3511875 or 12413386. OLE color: 12413386.

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

Color convert

RGB202105189-
CMYK00.480.060.21
HSL308.04º47.78%60.2%-
HSV(B)308.04º48.02%79.22%-
XYZ38.5926.3351.19-
YUV143.58153.64169.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=40.73%
G=21.17%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210518900.480.060.21308.0447.7860.2
HexCA69BD030615134303c
Octal3121512750606254646074
Binary11001010110100110111101011000011010101100110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69BD; }

 p { color: rgb(202,105,189); }

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

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

 a { background-color: rgb(202,105,189); }

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

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

 span { border-color: rgb(202,105,189); }

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