Html Css Color HEX #CE30FB Electric Purple

📋 copy color: '#CE30FB'

red 206 ◦ green 48 ◦ blue 251

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

Shades of Electric Purple #CE30FB

Tints of Electric Purple #CE30FB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.5%

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 40.79%
G = 9.5%
B = 49.7%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE30FB (or 0xCE30FB) is known color: Electric Purple. HEX triplet: CE, 30 and FB. RGB value is (206,48,251). Sum of RGB (Red+Green+Blue) = 206+48+251=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 48 (19.14% from 255 or 9.50% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE30FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30FB is #31CF04. Grayscale: #757575. Windows color (decimal): -3264261 or 16462030. OLE color: 16462030.

HSL color Cylindrical-coordinate representation of color #CE30FB: hue angle of 286.7º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE30FB is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 48 251 -
CMYK 0.18 0.81 0 0.02
HSL 286.7º 0.96% 0.59% -
HSV(B) 286.7º 0.81% 0.98% -
XYZ 43.92 22.2 93.24 -
YUV 118.38 202.85 190.49 -
System Red Green Blue C M Y K H S L
Decimal 206 48 251 0.18 0.81 0 0.02 286.7 0.96 0.59
Hex CE 30 FB 12 51 0 2 11F 60 3B
Octal 316 60 373 22 121 0 2 437 140 73
Binary 11001110 110000 11111011 10010 1010001 0 10 100011111 1100000 111011

Color Harmonies of #CE30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30FB

Black with #CE30FB

Text Example


Text Example

White with #CE30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30FB; }

 p { color: rgb(206,48,251); }

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

background-color css

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

 a { background-color: rgb(206,48,251); }

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

border-color css

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

 span { border-color: rgb(206,48,251); }

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