Html Css Color HEX #CD5ECB Fuchsia

📋 copy color: '#CD5ECB'

red 205 ◦ green 94 ◦ blue 203

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

Shades of Fuchsia #CD5ECB

Tints of Fuchsia #CD5ECB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 205 94 203 -
CMYK 0 0.54 0.01 0.20
HSL 301.08º 0.53% 0.59% -
HSV(B) 301.08º 0.54% 0.8% -
XYZ 39.96 25.3 59.28 -
YUV 139.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 205 94 203 0 0.54 0.01 0.20 301.08 0.53 0.59
Hex CD 5E CB 0 36 1 14 12D 35 3B
Octal 315 136 313 0 66 1 24 455 65 73
Binary 11001101 1011110 11001011 0 110110 1 10100 100101101 110101 111011

Color Harmonies of #CD5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5ECB

Black with #CD5ECB

Text Example


Text Example

White with #CD5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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