Html Css Color HEX #CE25FB Electric Purple

📋 copy color: '#CE25FB'

red 206 ◦ green 37 ◦ blue 251

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

Shades of Electric Purple #CE25FB

Tints of Electric Purple #CE25FB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.49%

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

R = 41.7%
G = 7.49%
B = 50.81%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE25FB (or 0xCE25FB) is known color: Electric Purple. HEX triplet: CE, 25 and FB. RGB value is (206,37,251). Sum of RGB (Red+Green+Blue) = 206+37+251=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 37 (14.84% from 255 or 7.49% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE25FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25FB is #31DA04. Grayscale: #6F6F6F. Windows color (decimal): -3267077 or 16459214. OLE color: 16459214.

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

Color convert

RGB 206 37 251 -
CMYK 0.18 0.85 0 0.02
HSL 287.38º 0.96% 0.56% -
HSV(B) 287.38º 0.85% 0.98% -
XYZ 43.53 21.41 93.11 -
YUV 111.93 206.49 195.1 -
System Red Green Blue C M Y K H S L
Decimal 206 37 251 0.18 0.85 0 0.02 287.38 0.96 0.56
Hex CE 25 FB 12 55 0 2 11F 60 38
Octal 316 45 373 22 125 0 2 437 140 70
Binary 11001110 100101 11111011 10010 1010101 0 10 100011111 1100000 111000

Color Harmonies of #CE25FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25FB

Black with #CE25FB

Text Example


Text Example

White with #CE25FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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