#CD66BC

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

Shades of Fuchsia #CD66BC

Tints of Fuchsia #CD66BC

Color information

#CD66BC (or 0xCD66BC) is unknown color: approx Fuchsia. HEX triplet: CD, 66 and BC. RGB value is (205,102,188). Sum of RGB (Red+Green+Blue) = 205+102+188=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD66BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD66BC is #329943. Grayscale: #8E8E8E. Windows color (decimal): -3316036 or 12347085. OLE color: 12347085.

HSL color Cylindrical-coordinate representation of color #CD66BC: hue angle of 309.9º 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 #CD66BC is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205102188-
CMYK00.500.080.20
HSL309.9º50.74%60.2%-
HSV(B)309.9º50.24%80.39%-
XYZ39.0126.1150.56-
YUV142.6153.62172.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=41.41%
G=20.61%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510218800.500.080.20309.950.7460.2
HexCD66BC032814136333c
Octal31514627406210244666374
Binary110011011100110101111000110010100010100100110110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD66BC; }

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

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

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

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

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

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

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

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