Html Css Color HEX #CB5ACD Fuchsia

📋 copy color: '#CB5ACD'

red 203 ◦ green 90 ◦ blue 205

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

Shades of Fuchsia #CB5ACD

Tints of Fuchsia #CB5ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 40.76%
G = 18.07%
B = 41.16%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB5ACD (or 0xCB5ACD) is known color: Fuchsia. HEX triplet: CB, 5A and CD. RGB value is (203,90,205). Sum of RGB (Red+Green+Blue) = 203+90+205=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB5ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ACD is #34A532. Grayscale: #888888. Windows color (decimal): -3450163 or 13458123. OLE color: 13458123.

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

Color convert

RGB 203 90 205 -
CMYK 0.01 0.56 0 0.20
HSL 298.96º 0.53% 0.58% -
HSV(B) 298.96º 0.56% 0.8% -
XYZ 39.3 24.42 60.4 -
YUV 136.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 203 90 205 0.01 0.56 0 0.20 298.96 0.53 0.58
Hex CB 5A CD 1 38 0 14 12B 35 3A
Octal 313 132 315 1 70 0 24 453 65 72
Binary 11001011 1011010 11001101 1 111000 0 10100 100101011 110101 111010

Color Harmonies of #CB5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5ACD

Black with #CB5ACD

Text Example


Text Example

White with #CB5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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