Html Css Color HEX #CE6BBA Fuchsia

📋 copy color: '#CE6BBA'

red 206 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #CE6BBA

Tints of Fuchsia #CE6BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.44%

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

R = 41.28%
G = 21.44%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE6BBA (or 0xCE6BBA) is known color: Fuchsia. HEX triplet: CE, 6B and BA. RGB value is (206,107,186). Sum of RGB (Red+Green+Blue) = 206+107+186=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BBA is #319445. Grayscale: #919191. Windows color (decimal): -3249222 or 12217294. OLE color: 12217294.

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

Color convert

RGB 206 107 186 -
CMYK 0 0.48 0.10 0.19
HSL 312.12º 0.5% 0.61% -
HSV(B) 312.12º 0.48% 0.81% -
XYZ 39.57 27.18 49.62 -
YUV 145.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 206 107 186 0 0.48 0.10 0.19 312.12 0.5 0.61
Hex CE 6B BA 0 30 A 13 138 32 3D
Octal 316 153 272 0 60 12 23 470 62 75
Binary 11001110 1101011 10111010 0 110000 1010 10011 100111000 110010 111101

Color Harmonies of #CE6BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BBA

Black with #CE6BBA

Text Example


Text Example

White with #CE6BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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