Html Css Color HEX #CE3BD5 Fuchsia

📋 copy color: '#CE3BD5'

red 206 ◦ green 59 ◦ blue 213

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

Shades of Fuchsia #CE3BD5

Tints of Fuchsia #CE3BD5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.34%

 BLUE value IS 213 (83.59% from 255) = 44.56%

R = 43.1%
G = 12.34%
B = 44.56%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE3BD5 (or 0xCE3BD5) is known color: Fuchsia. HEX triplet: CE, 3B and D5. RGB value is (206,59,213). Sum of RGB (Red+Green+Blue) = 206+59+213=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE3BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BD5 is #31C42A. Grayscale: #787878. Windows color (decimal): -3261483 or 13974478. OLE color: 13974478.

HSL color Cylindrical-coordinate representation of color #CE3BD5: hue angle of 297.27º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3BD5 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 59 213 -
CMYK 0.03 0.72 0 0.16
HSL 297.27º 0.65% 0.53% -
HSV(B) 297.27º 0.72% 0.84% -
XYZ 39.03 21.05 64.96 -
YUV 120.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 206 59 213 0.03 0.72 0 0.16 297.27 0.65 0.53
Hex CE 3B D5 3 48 0 10 129 41 35
Octal 316 73 325 3 110 0 20 451 101 65
Binary 11001110 111011 11010101 11 1001000 0 10000 100101001 1000001 110101

Color Harmonies of #CE3BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BD5

Black with #CE3BD5

Text Example


Text Example

White with #CE3BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BD5; }

 p { color: rgb(206,59,213); }

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

background-color css

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

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

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

border-color css

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

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

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