Html Css Color HEX #CE37FF Electric Purple

📋 copy color: '#CE37FF'

red 206 ◦ green 55 ◦ blue 255

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

Shades of Electric Purple #CE37FF

Tints of Electric Purple #CE37FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.66%

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

R = 39.92%
G = 10.66%
B = 49.42%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE37FF (or 0xCE37FF) is known color: Electric Purple. HEX triplet: CE, 37 and FF. RGB value is (206,55,255). Sum of RGB (Red+Green+Blue) = 206+55+255=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37FF is #31C800. Grayscale: #7A7A7A. Windows color (decimal): -3262465 or 16725966. OLE color: 16725966.

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

Color convert

RGB 206 55 255 -
CMYK 0.19 0.78 0 0
HSL 285.3º 1% 0.61% -
HSV(B) 285.3º 0.78% 1% -
XYZ 44.87 23.07 96.7 -
YUV 122.95 202.53 187.24 -
System Red Green Blue C M Y K H S L
Decimal 206 55 255 0.19 0.78 0 0 285.3 1 0.61
Hex CE 37 FF 13 4E 0 0 11D 64 3D
Octal 316 67 377 23 116 0 0 435 144 75
Binary 11001110 110111 11111111 10011 1001110 0 0 100011101 1100100 111101

Color Harmonies of #CE37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE37FF

Black with #CE37FF

Text Example


Text Example

White with #CE37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE37FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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