Html Css Color HEX #CE66BC Fuchsia

📋 copy color: '#CE66BC'

red 206 ◦ green 102 ◦ blue 188

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

Shades of Fuchsia #CE66BC

Tints of Fuchsia #CE66BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.56%

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 41.53%
G = 20.56%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE66BC (or 0xCE66BC) is known color: Fuchsia. HEX triplet: CE, 66 and BC. RGB value is (206,102,188). Sum of RGB (Red+Green+Blue) = 206+102+188=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66BC is #319943. Grayscale: #8E8E8E. Windows color (decimal): -3250500 or 12347086. OLE color: 12347086.

HSL color Cylindrical-coordinate representation of color #CE66BC: hue angle of 310.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE66BC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 102 188 -
CMYK 0 0.50 0.09 0.19
HSL 310.38º 0.51% 0.6% -
HSV(B) 310.38º 0.5% 0.81% -
XYZ 39.28 26.26 50.57 -
YUV 142.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 206 102 188 0 0.50 0.09 0.19 310.38 0.51 0.6
Hex CE 66 BC 0 32 9 13 136 33 3C
Octal 316 146 274 0 62 11 23 466 63 74
Binary 11001110 1100110 10111100 0 110010 1001 10011 100110110 110011 111100

Color Harmonies of #CE66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66BC

Black with #CE66BC

Text Example


Text Example

White with #CE66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66BC; }

 p { color: rgb(206,102,188); }

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

background-color css

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

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

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

border-color css

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

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

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