#CD67B6

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

Shades of Fuchsia #CD67B6

Tints of Fuchsia #CD67B6

Color information

#CD67B6 (or 0xCD67B6) is unknown color: approx Fuchsia. HEX triplet: CD, 67 and B6. RGB value is (205,103,182). Sum of RGB (Red+Green+Blue) = 205+103+182=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD67B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67B6 is #329849. Grayscale: #8E8E8E. Windows color (decimal): -3315786 or 11954125. OLE color: 11954125.

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

Color convert

RGB205103182-
CMYK00.500.110.20
HSL313.53º50.5%60.39%-
HSV(B)313.53º49.76%80.39%-
XYZ38.4726.0647.26-
YUV142.5150.29172.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 182 (71.48% from 255) = 37.14%
R=41.84%
G=21.02%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510318200.500.110.20313.5350.560.39
HexCD67B6032B1413a323c
Octal31514726606213244726274
Binary110011011100111101101100110010101110100100111010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD67B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD67B6; }

 p { color: rgb(205,103,182); }

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

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

 a { background-color: rgb(205,103,182); }

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

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

 span { border-color: rgb(205,103,182); }

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