#CD66BA

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

Shades of Fuchsia #CD66BA

Tints of Fuchsia #CD66BA

Color information

#CD66BA (or 0xCD66BA) is unknown color: approx Fuchsia. HEX triplet: CD, 66 and BA. RGB value is (205,102,186). Sum of RGB (Red+Green+Blue) = 205+102+186=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD66BA is #329945. Grayscale: #8E8E8E. Windows color (decimal): -3316038 or 12216013. OLE color: 12216013.

HSL color Cylindrical-coordinate representation of color #CD66BA: hue angle of 311.07º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD66BA is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205102186-
CMYK00.500.090.20
HSL311.07º50.74%60.2%-
HSV(B)311.07º50.24%80.39%-
XYZ38.7926.0349.43-
YUV142.37152.62172.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=41.58%
G=20.69%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510218600.500.090.20311.0750.7460.2
HexCD66BA032914137333c
Octal31514627206211244676374
Binary110011011100110101110100110010100110100100110111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD66BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD66BA; }

 p { color: rgb(205,102,186); }

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

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

 a { background-color: rgb(205,102,186); }

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

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

 span { border-color: rgb(205,102,186); }

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