Html Css Color HEX #CE69B0 Fuchsia

📋 copy color: '#CE69B0'

red 206 ◦ green 105 ◦ blue 176

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

Shades of Fuchsia #CE69B0

Tints of Fuchsia #CE69B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 42.3%
G = 21.56%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE69B0 (or 0xCE69B0) is known color: Fuchsia. HEX triplet: CE, 69 and B0. RGB value is (206,105,176). Sum of RGB (Red+Green+Blue) = 206+105+176=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE69B0 is #31964F. Grayscale: #8F8F8F. Windows color (decimal): -3249744 or 11561422. OLE color: 11561422.

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

Color convert

RGB 206 105 176 -
CMYK 0 0.49 0.15 0.19
HSL 317.82º 0.51% 0.61% -
HSV(B) 317.82º 0.49% 0.81% -
XYZ 38.34 26.36 44.14 -
YUV 143.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 206 105 176 0 0.49 0.15 0.19 317.82 0.51 0.61
Hex CE 69 B0 0 31 F 13 13E 33 3D
Octal 316 151 260 0 61 17 23 476 63 75
Binary 11001110 1101001 10110000 0 110001 1111 10011 100111110 110011 111101

Color Harmonies of #CE69B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69B0

Black with #CE69B0

Text Example


Text Example

White with #CE69B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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