Html Css Color HEX #CE68B4 Fuchsia

📋 copy color: '#CE68B4'

red 206 ◦ green 104 ◦ blue 180

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

Shades of Fuchsia #CE68B4

Tints of Fuchsia #CE68B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.73%

R = 42.04%
G = 21.22%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE68B4 (or 0xCE68B4) is known color: Fuchsia. HEX triplet: CE, 68 and B4. RGB value is (206,104,180). Sum of RGB (Red+Green+Blue) = 206+104+180=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68B4 is #31974B. Grayscale: #8E8E8E. Windows color (decimal): -3249996 or 11823310. OLE color: 11823310.

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

Color convert

RGB 206 104 180 -
CMYK 0 0.50 0.13 0.19
HSL 315.29º 0.51% 0.61% -
HSV(B) 315.29º 0.5% 0.81% -
XYZ 38.64 26.32 46.22 -
YUV 143.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 206 104 180 0 0.50 0.13 0.19 315.29 0.51 0.61
Hex CE 68 B4 0 32 D 13 13B 33 3D
Octal 316 150 264 0 62 15 23 473 63 75
Binary 11001110 1101000 10110100 0 110010 1101 10011 100111011 110011 111101

Color Harmonies of #CE68B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68B4

Black with #CE68B4

Text Example


Text Example

White with #CE68B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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