Html Css Color HEX #CE5DCE Fuchsia

📋 copy color: '#CE5DCE'

red 206 ◦ green 93 ◦ blue 206

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

Shades of Fuchsia #CE5DCE

Tints of Fuchsia #CE5DCE

RGB

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

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

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

R = 40.79%
G = 18.42%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE5DCE (or 0xCE5DCE) is known color: Fuchsia. HEX triplet: CE, 5D and CE. RGB value is (206,93,206). Sum of RGB (Red+Green+Blue) = 206+93+206=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE5DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DCE is #31A231. Grayscale: #8B8B8B. Windows color (decimal): -3252786 or 13524430. OLE color: 13524430.

HSL color Cylindrical-coordinate representation of color #CE5DCE: hue angle of 300º 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 #CE5DCE is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 93 206 -
CMYK 0 0.55 0 0.19
HSL 300º 0.54% 0.59% -
HSV(B) 300º 0.55% 0.81% -
XYZ 40.51 25.41 61.16 -
YUV 139.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 206 93 206 0 0.55 0 0.19 300 0.54 0.59
Hex CE 5D CE 0 37 0 13 12C 36 3B
Octal 316 135 316 0 67 0 23 454 66 73
Binary 11001110 1011101 11001110 0 110111 0 10011 100101100 110110 111011

Color Harmonies of #CE5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DCE

Black with #CE5DCE

Text Example


Text Example

White with #CE5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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