#CB65C0

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

Shades of Fuchsia #CB65C0

Tints of Fuchsia #CB65C0

Color information

#CB65C0 (or 0xCB65C0) is unknown color: approx Fuchsia. HEX triplet: CB, 65 and C0. RGB value is (203,101,192). Sum of RGB (Red+Green+Blue) = 203+101+192=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65C0 is #349A3F. Grayscale: #8D8D8D. Windows color (decimal): -3447360 or 12608971. OLE color: 12608971.

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

Color convert

RGB203101192-
CMYK00.500.050.20
HSL306.47º49.51%59.61%-
HSV(B)306.47º50.25%79.61%-
XYZ38.825.8152.81-
YUV141.87156.29171.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 192 (75.39% from 255) = 38.71%
R=40.93%
G=20.36%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310119200.500.050.20306.4749.5159.61
HexCB65C0032514132323c
Octal3131453000625244626274
Binary11001011110010111000000011001010110100100110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB65C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB65C0; }

 p { color: rgb(203,101,192); }

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

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

 a { background-color: rgb(203,101,192); }

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

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

 span { border-color: rgb(203,101,192); }

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