Html Css Color HEX #CE65B2 Fuchsia

📋 copy color: '#CE65B2'

red 206 ◦ green 101 ◦ blue 178

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

Shades of Fuchsia #CE65B2

Tints of Fuchsia #CE65B2

RGB

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

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

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

R = 42.47%
G = 20.82%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE65B2 (or 0xCE65B2) is known color: Fuchsia. HEX triplet: CE, 65 and B2. RGB value is (206,101,178). Sum of RGB (Red+Green+Blue) = 206+101+178=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE65B2 is #319A4D. Grayscale: #8C8C8C. Windows color (decimal): -3250766 or 11691470. OLE color: 11691470.

HSL color Cylindrical-coordinate representation of color #CE65B2: hue angle of 316º 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 #CE65B2 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 101 178 -
CMYK 0 0.51 0.14 0.19
HSL 316º 0.52% 0.6% -
HSV(B) 316º 0.51% 0.81% -
XYZ 38.14 25.64 45.06 -
YUV 141.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 206 101 178 0 0.51 0.14 0.19 316 0.52 0.6
Hex CE 65 B2 0 33 E 13 13C 34 3C
Octal 316 145 262 0 63 16 23 474 64 74
Binary 11001110 1100101 10110010 0 110011 1110 10011 100111100 110100 111100

Color Harmonies of #CE65B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE65B2

Black with #CE65B2

Text Example


Text Example

White with #CE65B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE65B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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