#CB65CA

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

Shades of Fuchsia #CB65CA

Tints of Fuchsia #CB65CA

Color information

#CB65CA (or 0xCB65CA) is unknown color: approx Fuchsia. HEX triplet: CB, 65 and CA. RGB value is (203,101,202). Sum of RGB (Red+Green+Blue) = 203+101+202=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65CA is #349A35. Grayscale: #8E8E8E. Windows color (decimal): -3447350 or 13264331. OLE color: 13264331.

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

Color convert

RGB203101202-
CMYK00.500.000.20
HSL300.59º49.51%59.61%-
HSV(B)300.59º50.25%79.61%-
XYZ39.9426.2758.84-
YUV143.01161.29170.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 101 (39.84% from 255) = 19.96%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=40.12%
G=19.96%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310120200.500.000.20300.5949.5159.61
HexCB65CA03201412d323c
Octal3131453120620244556274
Binary110010111100101110010100110010010100100101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB65CA; }

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

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

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

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

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

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

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

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