Html Css Color HEX #CE65C2 Fuchsia

📋 copy color: '#CE65C2'

red 206 ◦ green 101 ◦ blue 194

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

Shades of Fuchsia #CE65C2

Tints of Fuchsia #CE65C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 41.12%
G = 20.16%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE65C2 (or 0xCE65C2) is known color: Fuchsia. HEX triplet: CE, 65 and C2. RGB value is (206,101,194). Sum of RGB (Red+Green+Blue) = 206+101+194=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65C2 is #319A3D. Grayscale: #8E8E8E. Windows color (decimal): -3250750 or 12740046. OLE color: 12740046.

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

Color convert

RGB 206 101 194 -
CMYK 0 0.51 0.06 0.19
HSL 306.86º 0.52% 0.6% -
HSV(B) 306.86º 0.51% 0.81% -
XYZ 39.84 26.32 54.02 -
YUV 143 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 206 101 194 0 0.51 0.06 0.19 306.86 0.52 0.6
Hex CE 65 C2 0 33 6 13 133 34 3C
Octal 316 145 302 0 63 6 23 463 64 74
Binary 11001110 1100101 11000010 0 110011 110 10011 100110011 110100 111100

Color Harmonies of #CE65C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE65C2

Black with #CE65C2

Text Example


Text Example

White with #CE65C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE65C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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