Html Css Color HEX #CE68BA Fuchsia

📋 copy color: '#CE68BA'

red 206 ◦ green 104 ◦ blue 186

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

Shades of Fuchsia #CE68BA

Tints of Fuchsia #CE68BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.97%

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 41.53%
G = 20.97%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE68BA (or 0xCE68BA) is known color: Fuchsia. HEX triplet: CE, 68 and BA. RGB value is (206,104,186). Sum of RGB (Red+Green+Blue) = 206+104+186=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68BA is #319745. Grayscale: #8F8F8F. Windows color (decimal): -3249990 or 12216526. OLE color: 12216526.

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

Color convert

RGB 206 104 186 -
CMYK 0 0.50 0.10 0.19
HSL 311.76º 0.51% 0.61% -
HSV(B) 311.76º 0.5% 0.81% -
XYZ 39.27 26.57 49.51 -
YUV 143.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 206 104 186 0 0.50 0.10 0.19 311.76 0.51 0.61
Hex CE 68 BA 0 32 A 13 138 33 3D
Octal 316 150 272 0 62 12 23 470 63 75
Binary 11001110 1101000 10111010 0 110010 1010 10011 100111000 110011 111101

Color Harmonies of #CE68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68BA

Black with #CE68BA

Text Example


Text Example

White with #CE68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68BA; }

 p { color: rgb(206,104,186); }

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

background-color css

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

 a { background-color: rgb(206,104,186); }

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

border-color css

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

 span { border-color: rgb(206,104,186); }

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