#CB67BF

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

Shades of Fuchsia #CB67BF

Tints of Fuchsia #CB67BF

Color information

#CB67BF (or 0xCB67BF) is unknown color: approx Fuchsia. HEX triplet: CB, 67 and BF. RGB value is (203,103,191). Sum of RGB (Red+Green+Blue) = 203+103+191=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB67BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67BF is #349840. Grayscale: #8E8E8E. Windows color (decimal): -3446849 or 12543947. OLE color: 12543947.

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

Color convert

RGB203103191-
CMYK00.490.060.20
HSL307.2º49.02%60%-
HSV(B)307.2º49.26%79.61%-
XYZ38.8826.1652.29-
YUV142.93155.13170.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 191 (75% from 255) = 38.43%
R=40.85%
G=20.72%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310319100.490.060.20307.249.0260
HexCB67BF031614133313c
Octal3131472770616244636174
Binary11001011110011110111111011000111010100100110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB67BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB67BF; }

 p { color: rgb(203,103,191); }

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

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

 a { background-color: rgb(203,103,191); }

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

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

 span { border-color: rgb(203,103,191); }

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