Html Css Color HEX #CE5DC4 Fuchsia

📋 copy color: '#CE5DC4'

red 206 ◦ green 93 ◦ blue 196

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

Shades of Fuchsia #CE5DC4

Tints of Fuchsia #CE5DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.6%

R = 41.62%
G = 18.79%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE5DC4 (or 0xCE5DC4) is known color: Fuchsia. HEX triplet: CE, 5D and C4. RGB value is (206,93,196). Sum of RGB (Red+Green+Blue) = 206+93+196=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DC4 is #31A23B. Grayscale: #8A8A8A. Windows color (decimal): -3252796 or 12869070. OLE color: 12869070.

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

Color convert

RGB 206 93 196 -
CMYK 0 0.55 0.05 0.19
HSL 305.31º 0.54% 0.59% -
HSV(B) 305.31º 0.55% 0.81% -
XYZ 39.33 24.94 54.96 -
YUV 138.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 206 93 196 0 0.55 0.05 0.19 305.31 0.54 0.59
Hex CE 5D C4 0 37 5 13 131 36 3B
Octal 316 135 304 0 67 5 23 461 66 73
Binary 11001110 1011101 11000100 0 110111 101 10011 100110001 110110 111011

Color Harmonies of #CE5DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DC4

Black with #CE5DC4

Text Example


Text Example

White with #CE5DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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