Html Css Color HEX #CE68B5 Fuchsia

📋 copy color: '#CE68B5'

red 206 ◦ green 104 ◦ blue 181

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

Shades of Fuchsia #CE68B5

Tints of Fuchsia #CE68B5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.18%

 BLUE value IS 181 (71.09% from 255) = 36.86%

R = 41.96%
G = 21.18%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE68B5 (or 0xCE68B5) is known color: Fuchsia. HEX triplet: CE, 68 and B5. RGB value is (206,104,181). Sum of RGB (Red+Green+Blue) = 206+104+181=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68B5 is #31974A. Grayscale: #8F8F8F. Windows color (decimal): -3249995 or 11888846. OLE color: 11888846.

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

Color convert

RGB 206 104 181 -
CMYK 0 0.50 0.12 0.19
HSL 314.71º 0.51% 0.61% -
HSV(B) 314.71º 0.5% 0.81% -
XYZ 38.74 26.36 46.76 -
YUV 143.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 206 104 181 0 0.50 0.12 0.19 314.71 0.51 0.61
Hex CE 68 B5 0 32 C 13 13B 33 3D
Octal 316 150 265 0 62 14 23 473 63 75
Binary 11001110 1101000 10110101 0 110010 1100 10011 100111011 110011 111101

Color Harmonies of #CE68B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68B5

Black with #CE68B5

Text Example


Text Example

White with #CE68B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68B5; }

 p { color: rgb(206,104,181); }

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

background-color css

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

 a { background-color: rgb(206,104,181); }

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

border-color css

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

 span { border-color: rgb(206,104,181); }

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