Html Css Color HEX #CE65BE Fuchsia

📋 copy color: '#CE65BE'

red 206 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #CE65BE

Tints of Fuchsia #CE65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.32%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 41.45%
G = 20.32%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE65BE (or 0xCE65BE) is known color: Fuchsia. HEX triplet: CE, 65 and BE. RGB value is (206,101,190). Sum of RGB (Red+Green+Blue) = 206+101+190=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65BE is #319A41. Grayscale: #8E8E8E. Windows color (decimal): -3250754 or 12477902. OLE color: 12477902.

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

Color convert

RGB 206 101 190 -
CMYK 0 0.51 0.08 0.19
HSL 309.14º 0.52% 0.6% -
HSV(B) 309.14º 0.51% 0.81% -
XYZ 39.4 26.15 51.69 -
YUV 142.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 206 101 190 0 0.51 0.08 0.19 309.14 0.52 0.6
Hex CE 65 BE 0 33 8 13 135 34 3C
Octal 316 145 276 0 63 10 23 465 64 74
Binary 11001110 1100101 10111110 0 110011 1000 10011 100110101 110100 111100

Color Harmonies of #CE65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE65BE

Black with #CE65BE

Text Example


Text Example

White with #CE65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE65BE; }

 p { color: rgb(206,101,190); }

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

background-color css

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

 a { background-color: rgb(206,101,190); }

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

border-color css

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

 span { border-color: rgb(206,101,190); }

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