Html Css Color HEX #CE6CB2 Fuchsia

📋 copy color: '#CE6CB2'

red 206 ◦ green 108 ◦ blue 178

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

Shades of Fuchsia #CE6CB2

Tints of Fuchsia #CE6CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.95%

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 41.87%
G = 21.95%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE6CB2 (or 0xCE6CB2) is known color: Fuchsia. HEX triplet: CE, 6C and B2. RGB value is (206,108,178). Sum of RGB (Red+Green+Blue) = 206+108+178=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6CB2 is #31934D. Grayscale: #919191. Windows color (decimal): -3248974 or 11693262. OLE color: 11693262.

HSL color Cylindrical-coordinate representation of color #CE6CB2: hue angle of 317.14º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6CB2 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 108 178 -
CMYK 0 0.48 0.14 0.19
HSL 317.14º 0.5% 0.62% -
HSV(B) 317.14º 0.48% 0.81% -
XYZ 38.85 27.06 45.3 -
YUV 145.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 206 108 178 0 0.48 0.14 0.19 317.14 0.5 0.62
Hex CE 6C B2 0 30 E 13 13D 32 3E
Octal 316 154 262 0 60 16 23 475 62 76
Binary 11001110 1101100 10110010 0 110000 1110 10011 100111101 110010 111110

Color Harmonies of #CE6CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6CB2

Black with #CE6CB2

Text Example


Text Example

White with #CE6CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6CB2; }

 p { color: rgb(206,108,178); }

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

background-color css

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

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

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

border-color css

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

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

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