#CA67BD

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

Shades of Fuchsia #CA67BD

Tints of Fuchsia #CA67BD

Color information

#CA67BD (or 0xCA67BD) is unknown color: approx Fuchsia. HEX triplet: CA, 67 and BD. RGB value is (202,103,189). Sum of RGB (Red+Green+Blue) = 202+103+189=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA67BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67BD is #359842. Grayscale: #8E8E8E. Windows color (decimal): -3512387 or 12412874. OLE color: 12412874.

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

Color convert

RGB202103189-
CMYK00.490.060.21
HSL307.88º48.29%59.8%-
HSV(B)307.88º49.01%79.22%-
XYZ38.3925.9351.13-
YUV142.4154.3170.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 103 (40.62% from 255) = 20.85%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=40.89%
G=20.85%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210318900.490.060.21307.8848.2959.8
HexCA67BD031615134303c
Octal3121472750616254646074
Binary11001010110011110111101011000111010101100110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67BD; }

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

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

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

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

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

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

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

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