#CD65C4

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

Shades of Fuchsia #CD65C4

Tints of Fuchsia #CD65C4

Color information

#CD65C4 (or 0xCD65C4) is unknown color: approx Fuchsia. HEX triplet: CD, 65 and C4. RGB value is (205,101,196). Sum of RGB (Red+Green+Blue) = 205+101+196=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD65C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65C4 is #329A3B. Grayscale: #8E8E8E. Windows color (decimal): -3316284 or 12871117. OLE color: 12871117.

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

Color convert

RGB205101196-
CMYK00.510.040.20
HSL305.19º50.98%60%-
HSV(B)305.19º50.73%80.39%-
XYZ39.7926.2755.2-
YUV142.93157.96172.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 196 (76.95% from 255) = 39.04%
R=40.84%
G=20.12%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510119600.510.040.20305.1950.9860
HexCD65C4033414131333c
Octal3151453040634244616374
Binary11001101110010111000100011001110010100100110001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65C4; }

 p { color: rgb(205,101,196); }

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

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

 a { background-color: rgb(205,101,196); }

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

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

 span { border-color: rgb(205,101,196); }

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