#CD66BE

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

Shades of Fuchsia #CD66BE

Tints of Fuchsia #CD66BE

Color information

#CD66BE (or 0xCD66BE) is unknown color: approx Fuchsia. HEX triplet: CD, 66 and BE. RGB value is (205,102,190). Sum of RGB (Red+Green+Blue) = 205+102+190=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD66BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD66BE is #329941. Grayscale: #8E8E8E. Windows color (decimal): -3316034 or 12478157. OLE color: 12478157.

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

Color convert

RGB205102190-
CMYK00.500.070.20
HSL308.74º50.74%60.2%-
HSV(B)308.74º50.24%80.39%-
XYZ39.2226.251.7-
YUV142.83154.62172.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 102 (40.23% from 255) = 20.52%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=41.25%
G=20.52%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510219000.500.070.20308.7450.7460.2
HexCD66BE032714135333c
Octal3151462760627244656374
Binary11001101110011010111110011001011110100100110101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD66BE; }

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

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

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

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

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

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

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

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