Html Css Color HEX #CC26FD Electric Purple

📋 copy color: '#CC26FD'

red 204 ◦ green 38 ◦ blue 253

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

Shades of Electric Purple #CC26FD

Tints of Electric Purple #CC26FD

RGB

 RED value IS 204 (80.08% from 255) = 41.21%

 GREEN value IS 38 (15.23% from 255) = 7.68%

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 41.21%
G = 7.68%
B = 51.11%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC26FD (or 0xCC26FD) is known color: Electric Purple. HEX triplet: CC, 26 and FD. RGB value is (204,38,253). Sum of RGB (Red+Green+Blue) = 204+38+253=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 38 (15.23% from 255 or 7.68% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC26FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC26FD is #33D902. Grayscale: #6F6F6F. Windows color (decimal): -3397891 or 16590540. OLE color: 16590540.

HSL color Cylindrical-coordinate representation of color #CC26FD: hue angle of 286.33º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC26FD is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 38 253 -
CMYK 0.19 0.85 0 0.01
HSL 286.33º 0.98% 0.57% -
HSV(B) 286.33º 0.85% 0.99% -
XYZ 43.32 21.32 94.76 -
YUV 112.14 207.5 193.52 -
System Red Green Blue C M Y K H S L
Decimal 204 38 253 0.19 0.85 0 0.01 286.33 0.98 0.57
Hex CC 26 FD 13 55 0 1 11E 62 39
Octal 314 46 375 23 125 0 1 436 142 71
Binary 11001100 100110 11111101 10011 1010101 0 1 100011110 1100010 111001

Color Harmonies of #CC26FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26FD

Black with #CC26FD

Text Example


Text Example

White with #CC26FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26FD; }

 p { color: rgb(204,38,253); }

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

background-color css

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

 a { background-color: rgb(204,38,253); }

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

border-color css

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

 span { border-color: rgb(204,38,253); }

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