Html Css Color HEX #CE65C3 Fuchsia

📋 copy color: '#CE65C3'

red 206 ◦ green 101 ◦ blue 195

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

Shades of Fuchsia #CE65C3

Tints of Fuchsia #CE65C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.84%

R = 41.04%
G = 20.12%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE65C3 (or 0xCE65C3) is known color: Fuchsia. HEX triplet: CE, 65 and C3. RGB value is (206,101,195). Sum of RGB (Red+Green+Blue) = 206+101+195=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65C3 is #319A3C. Grayscale: #8E8E8E. Windows color (decimal): -3250749 or 12805582. OLE color: 12805582.

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

Color convert

RGB 206 101 195 -
CMYK 0 0.51 0.05 0.19
HSL 306.29º 0.52% 0.6% -
HSV(B) 306.29º 0.51% 0.81% -
XYZ 39.96 26.37 54.61 -
YUV 143.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 206 101 195 0 0.51 0.05 0.19 306.29 0.52 0.6
Hex CE 65 C3 0 33 5 13 132 34 3C
Octal 316 145 303 0 63 5 23 462 64 74
Binary 11001110 1100101 11000011 0 110011 101 10011 100110010 110100 111100

Color Harmonies of #CE65C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE65C3

Black with #CE65C3

Text Example


Text Example

White with #CE65C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE65C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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