Html Css Color HEX #CE4DCD Fuchsia

📋 copy color: '#CE4DCD'

red 206 ◦ green 77 ◦ blue 205

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

Shades of Fuchsia #CE4DCD

Tints of Fuchsia #CE4DCD

RGB

 RED value IS 206 (80.86% from 255) = 42.21%

 GREEN value IS 77 (30.47% from 255) = 15.78%

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

R = 42.21%
G = 15.78%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE4DCD (or 0xCE4DCD) is known color: Fuchsia. HEX triplet: CE, 4D and CD. RGB value is (206,77,205). Sum of RGB (Red+Green+Blue) = 206+77+205=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 77 (30.47% from 255 or 15.78% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DCD is #31B232. Grayscale: #818181. Windows color (decimal): -3256883 or 13454798. OLE color: 13454798.

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

Color convert

RGB 206 77 205 -
CMYK 0 0.63 0.00 0.19
HSL 300.47º 0.57% 0.55% -
HSV(B) 300.47º 0.63% 0.81% -
XYZ 39.13 22.84 60.1 -
YUV 130.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 206 77 205 0 0.63 0.00 0.19 300.47 0.57 0.55
Hex CE 4D CD 0 3F 0 13 12C 39 37
Octal 316 115 315 0 77 0 23 454 71 67
Binary 11001110 1001101 11001101 0 111111 0 10011 100101100 111001 110111

Color Harmonies of #CE4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DCD

Black with #CE4DCD

Text Example


Text Example

White with #CE4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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