Html Css Color HEX #CE69BB Fuchsia

📋 copy color: '#CE69BB'

red 206 ◦ green 105 ◦ blue 187

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

Shades of Fuchsia #CE69BB

Tints of Fuchsia #CE69BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 41.37%
G = 21.08%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE69BB (or 0xCE69BB) is known color: Fuchsia. HEX triplet: CE, 69 and BB. RGB value is (206,105,187). Sum of RGB (Red+Green+Blue) = 206+105+187=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69BB is #319644. Grayscale: #909090. Windows color (decimal): -3249733 or 12282318. OLE color: 12282318.

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

Color convert

RGB 206 105 187 -
CMYK 0 0.49 0.09 0.19
HSL 311.29º 0.51% 0.61% -
HSV(B) 311.29º 0.49% 0.81% -
XYZ 39.47 26.81 50.11 -
YUV 144.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 206 105 187 0 0.49 0.09 0.19 311.29 0.51 0.61
Hex CE 69 BB 0 31 9 13 137 33 3D
Octal 316 151 273 0 61 11 23 467 63 75
Binary 11001110 1101001 10111011 0 110001 1001 10011 100110111 110011 111101

Color Harmonies of #CE69BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69BB

Black with #CE69BB

Text Example


Text Example

White with #CE69BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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