Html Css Color HEX #CE5DCC Fuchsia

📋 copy color: '#CE5DCC'

red 206 ◦ green 93 ◦ blue 204

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

Shades of Fuchsia #CE5DCC

Tints of Fuchsia #CE5DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 40.95%
G = 18.49%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE5DCC (or 0xCE5DCC) is known color: Fuchsia. HEX triplet: CE, 5D and CC. RGB value is (206,93,204). Sum of RGB (Red+Green+Blue) = 206+93+204=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DCC is #31A233. Grayscale: #8B8B8B. Windows color (decimal): -3252788 or 13393358. OLE color: 13393358.

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

Color convert

RGB 206 93 204 -
CMYK 0 0.55 0.01 0.19
HSL 301.06º 0.54% 0.59% -
HSV(B) 301.06º 0.55% 0.81% -
XYZ 40.27 25.31 59.89 -
YUV 139.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 206 93 204 0 0.55 0.01 0.19 301.06 0.54 0.59
Hex CE 5D CC 0 37 1 13 12D 36 3B
Octal 316 135 314 0 67 1 23 455 66 73
Binary 11001110 1011101 11001100 0 110111 1 10011 100101101 110110 111011

Color Harmonies of #CE5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DCC

Black with #CE5DCC

Text Example


Text Example

White with #CE5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DCC; }

 p { color: rgb(206,93,204); }

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

background-color css

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

 a { background-color: rgb(206,93,204); }

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

border-color css

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

 span { border-color: rgb(206,93,204); }

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