#CB68B4

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

Shades of Fuchsia #CB68B4

Tints of Fuchsia #CB68B4

Color information

#CB68B4 (or 0xCB68B4) is unknown color: approx Fuchsia. HEX triplet: CB, 68 and B4. RGB value is (203,104,180). Sum of RGB (Red+Green+Blue) = 203+104+180=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68B4 is #34974B. Grayscale: #8E8E8E. Windows color (decimal): -3446604 or 11823307. OLE color: 11823307.

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

Color convert

RGB203104180-
CMYK00.490.110.20
HSL313.94º48.77%60.2%-
HSV(B)313.94º48.77%79.61%-
XYZ37.8225.8946.18-
YUV142.26149.3171.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 104 (41.02% from 255) = 21.36%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=41.68%
G=21.36%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310418000.490.110.20313.9448.7760.2
HexCB68B4031B1413a313c
Octal31315026406113244726174
Binary110010111101000101101000110001101110100100111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB68B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB68B4; }

 p { color: rgb(203,104,180); }

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

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

 a { background-color: rgb(203,104,180); }

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

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

 span { border-color: rgb(203,104,180); }

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