Html Css Color HEX #CE0BFF Electric Purple

📋 copy color: '#CE0BFF'

red 206 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #CE0BFF

Tints of Electric Purple #CE0BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.33%

 BLUE value IS 255 (100% from 255) = 54.03%

R = 43.64%
G = 2.33%
B = 54.03%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE0BFF (or 0xCE0BFF) is known color: Electric Purple. HEX triplet: CE, 0B and FF. RGB value is (206,11,255). Sum of RGB (Red+Green+Blue) = 206+11+255=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE0BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0BFF is #31F400. Grayscale: #606060. Windows color (decimal): -3273729 or 16714702. OLE color: 16714702.

HSL color Cylindrical-coordinate representation of color #CE0BFF: hue angle of 287.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0BFF is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 11 255 -
CMYK 0.19 0.96 0 0
HSL 287.95º 1% 0.52% -
HSV(B) 287.95º 0.96% 1% -
XYZ 43.62 20.58 96.28 -
YUV 97.12 217.1 205.66 -
System Red Green Blue C M Y K H S L
Decimal 206 11 255 0.19 0.96 0 0 287.95 1 0.52
Hex CE B FF 13 60 0 0 120 64 34
Octal 316 13 377 23 140 0 0 440 144 64
Binary 11001110 1011 11111111 10011 1100000 0 0 100100000 1100100 110100

Color Harmonies of #CE0BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0BFF

Black with #CE0BFF

Text Example


Text Example

White with #CE0BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0BFF; }

 p { color: rgb(206,11,255); }

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

background-color css

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

 a { background-color: rgb(206,11,255); }

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

border-color css

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

 span { border-color: rgb(206,11,255); }

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