Html Css Color HEX #CB5ACC Fuchsia

📋 copy color: '#CB5ACC'

red 203 ◦ green 90 ◦ blue 204

#CB5ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CB5ACC

Tints of Fuchsia #CB5ACC

RGB

 RED value IS 203 (79.69% from 255) = 40.85%

 GREEN value IS 90 (35.55% from 255) = 18.11%

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 40.85%
G = 18.11%
B = 41.05%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB5ACC (or 0xCB5ACC) is known color: Fuchsia. HEX triplet: CB, 5A and CC. RGB value is (203,90,204). Sum of RGB (Red+Green+Blue) = 203+90+204=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ACC is #34A533. Grayscale: #888888. Windows color (decimal): -3450164 or 13392587. OLE color: 13392587.

HSL color Cylindrical-coordinate representation of color #CB5ACC: hue angle of 299.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5ACC is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 90 204 -
CMYK 0.00 0.56 0 0.2
HSL 299.47º 0.53% 0.58% -
HSV(B) 299.47º 0.56% 0.8% -
XYZ 39.18 24.37 59.77 -
YUV 136.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 203 90 204 0.00 0.56 0 0.2 299.47 0.53 0.58
Hex CB 5A CC 0 38 0 14 12B 35 3A
Octal 313 132 314 0 70 0 24 453 65 72
Binary 11001011 1011010 11001100 0 111000 0 10100 100101011 110101 111010

Color Harmonies of #CB5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5ACC

Black with #CB5ACC

Text Example


Text Example

White with #CB5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5ACC; }

 p { color: rgb(203,90,204); }

 H1.HeaderClassName
 {
   color: #CB5ACC;
 }
 .AnyTagClassName
 {
   color: #CB5ACC;
 }
</style>

background-color css

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

 a { background-color: rgb(203,90,204); }

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

border-color css

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

 span { border-color: rgb(203,90,204); }

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