Html Css Color HEX #CB5ECD Fuchsia

📋 copy color: '#CB5ECD'

red 203 ◦ green 94 ◦ blue 205

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

Shades of Fuchsia #CB5ECD

Tints of Fuchsia #CB5ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.73%

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

R = 40.44%
G = 18.73%
B = 40.84%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB5ECD (or 0xCB5ECD) is known color: Fuchsia. HEX triplet: CB, 5E and CD. RGB value is (203,94,205). Sum of RGB (Red+Green+Blue) = 203+94+205=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ECD is #34A132. Grayscale: #8A8A8A. Windows color (decimal): -3449139 or 13459147. OLE color: 13459147.

HSL color Cylindrical-coordinate representation of color #CB5ECD: hue angle of 298.92º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5ECD is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 94 205 -
CMYK 0.01 0.54 0 0.20
HSL 298.92º 0.53% 0.59% -
HSV(B) 298.92º 0.54% 0.8% -
XYZ 39.65 25.11 60.51 -
YUV 139.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 203 94 205 0.01 0.54 0 0.20 298.92 0.53 0.59
Hex CB 5E CD 1 36 0 14 12B 35 3B
Octal 313 136 315 1 66 0 24 453 65 73
Binary 11001011 1011110 11001101 1 110110 0 10100 100101011 110101 111011

Color Harmonies of #CB5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5ECD

Black with #CB5ECD

Text Example


Text Example

White with #CB5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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