Html Css Color HEX #CE4BD0 Fuchsia

📋 copy color: '#CE4BD0'

red 206 ◦ green 75 ◦ blue 208

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

Shades of Fuchsia #CE4BD0

Tints of Fuchsia #CE4BD0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.34%

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 42.13%
G = 15.34%
B = 42.54%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE4BD0 (or 0xCE4BD0) is known color: Fuchsia. HEX triplet: CE, 4B and D0. RGB value is (206,75,208). Sum of RGB (Red+Green+Blue) = 206+75+208=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE4BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BD0 is #31B42F. Grayscale: #808080. Windows color (decimal): -3257392 or 13650894. OLE color: 13650894.

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

Color convert

RGB 206 75 208 -
CMYK 0.01 0.64 0 0.18
HSL 299.1º 0.59% 0.55% -
HSV(B) 299.1º 0.64% 0.82% -
XYZ 39.35 22.71 61.98 -
YUV 129.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 206 75 208 0.01 0.64 0 0.18 299.1 0.59 0.55
Hex CE 4B D0 1 40 0 12 12B 3B 37
Octal 316 113 320 1 100 0 22 453 73 67
Binary 11001110 1001011 11010000 1 1000000 0 10010 100101011 111011 110111

Color Harmonies of #CE4BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BD0

Black with #CE4BD0

Text Example


Text Example

White with #CE4BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BD0; }

 p { color: rgb(206,75,208); }

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

background-color css

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

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

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

border-color css

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

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

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