Html Css Color HEX #CE6CBA Fuchsia

📋 copy color: '#CE6CBA'

red 206 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #CE6CBA

Tints of Fuchsia #CE6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.6%

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

R = 41.2%
G = 21.6%
B = 37.2%

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

#CE6CBA (or 0xCE6CBA) is known color: Fuchsia. HEX triplet: CE, 6C and BA. RGB value is (206,108,186). Sum of RGB (Red+Green+Blue) = 206+108+186=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CBA is #319345. Grayscale: #919191. Windows color (decimal): -3248966 or 12217550. OLE color: 12217550.

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

Color convert

RGB 206 108 186 -
CMYK 0 0.48 0.10 0.19
HSL 312.24º 0.5% 0.62% -
HSV(B) 312.24º 0.48% 0.81% -
XYZ 39.68 27.39 49.65 -
YUV 146.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 206 108 186 0 0.48 0.10 0.19 312.24 0.5 0.62
Hex CE 6C BA 0 30 A 13 138 32 3E
Octal 316 154 272 0 60 12 23 470 62 76
Binary 11001110 1101100 10111010 0 110000 1010 10011 100111000 110010 111110

Color Harmonies of #CE6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6CBA

Black with #CE6CBA

Text Example


Text Example

White with #CE6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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