Html Css Color HEX #CE69BA Fuchsia

📋 copy color: '#CE69BA'

red 206 ◦ green 105 ◦ blue 186

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

Shades of Fuchsia #CE69BA

Tints of Fuchsia #CE69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.13%

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

R = 41.45%
G = 21.13%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE69BA (or 0xCE69BA) is known color: Fuchsia. HEX triplet: CE, 69 and BA. RGB value is (206,105,186). Sum of RGB (Red+Green+Blue) = 206+105+186=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69BA is #319645. Grayscale: #909090. Windows color (decimal): -3249734 or 12216782. OLE color: 12216782.

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

Color convert

RGB 206 105 186 -
CMYK 0 0.49 0.10 0.19
HSL 311.88º 0.51% 0.61% -
HSV(B) 311.88º 0.49% 0.81% -
XYZ 39.37 26.77 49.55 -
YUV 144.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 206 105 186 0 0.49 0.10 0.19 311.88 0.51 0.61
Hex CE 69 BA 0 31 A 13 138 33 3D
Octal 316 151 272 0 61 12 23 470 63 75
Binary 11001110 1101001 10111010 0 110001 1010 10011 100111000 110011 111101

Color Harmonies of #CE69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69BA

Black with #CE69BA

Text Example


Text Example

White with #CE69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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