Html Css Color HEX #CE6AB7 Fuchsia

📋 copy color: '#CE6AB7'

red 206 ◦ green 106 ◦ blue 183

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

Shades of Fuchsia #CE6AB7

Tints of Fuchsia #CE6AB7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.41%

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 41.62%
G = 21.41%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE6AB7 (or 0xCE6AB7) is known color: Fuchsia. HEX triplet: CE, 6A and B7. RGB value is (206,106,183). Sum of RGB (Red+Green+Blue) = 206+106+183=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AB7 is #319548. Grayscale: #909090. Windows color (decimal): -3249481 or 12020430. OLE color: 12020430.

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

Color convert

RGB 206 106 183 -
CMYK 0 0.49 0.11 0.19
HSL 313.8º 0.51% 0.61% -
HSV(B) 313.8º 0.49% 0.81% -
XYZ 39.15 26.85 47.92 -
YUV 144.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 206 106 183 0 0.49 0.11 0.19 313.8 0.51 0.61
Hex CE 6A B7 0 31 B 13 13A 33 3D
Octal 316 152 267 0 61 13 23 472 63 75
Binary 11001110 1101010 10110111 0 110001 1011 10011 100111010 110011 111101

Color Harmonies of #CE6AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AB7

Black with #CE6AB7

Text Example


Text Example

White with #CE6AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AB7; }

 p { color: rgb(206,106,183); }

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

background-color css

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

 a { background-color: rgb(206,106,183); }

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

border-color css

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

 span { border-color: rgb(206,106,183); }

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