Html Css Color HEX #CD55CE Fuchsia

📋 copy color: '#CD55CE'

red 205 ◦ green 85 ◦ blue 206

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

Shades of Fuchsia #CD55CE

Tints of Fuchsia #CD55CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.14%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 41.33%
G = 17.14%
B = 41.53%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD55CE (or 0xCD55CE) is known color: Fuchsia. HEX triplet: CD, 55 and CE. RGB value is (205,85,206). Sum of RGB (Red+Green+Blue) = 205+85+206=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55CE is #32AA31. Grayscale: #868686. Windows color (decimal): -3320370 or 13522381. OLE color: 13522381.

HSL color Cylindrical-coordinate representation of color #CD55CE: hue angle of 299.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD55CE is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 85 206 -
CMYK 0.00 0.59 0 0.19
HSL 299.5º 0.55% 0.57% -
HSV(B) 299.5º 0.59% 0.81% -
XYZ 39.57 23.93 60.93 -
YUV 134.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 205 85 206 0.00 0.59 0 0.19 299.5 0.55 0.57
Hex CD 55 CE 0 3B 0 13 12C 37 39
Octal 315 125 316 0 73 0 23 454 67 71
Binary 11001101 1010101 11001110 0 111011 0 10011 100101100 110111 111001

Color Harmonies of #CD55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD55CE

Black with #CD55CE

Text Example


Text Example

White with #CD55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD55CE; }

 p { color: rgb(205,85,206); }

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

background-color css

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

 a { background-color: rgb(205,85,206); }

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

border-color css

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

 span { border-color: rgb(205,85,206); }

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