Html Css Color HEX #CC18FD Electric Purple

📋 copy color: '#CC18FD'

red 204 ◦ green 24 ◦ blue 253

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

Shades of Electric Purple #CC18FD

Tints of Electric Purple #CC18FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.99%

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

R = 42.41%
G = 4.99%
B = 52.6%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC18FD (or 0xCC18FD) is known color: Electric Purple. HEX triplet: CC, 18 and FD. RGB value is (204,24,253). Sum of RGB (Red+Green+Blue) = 204+24+253=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC18FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18FD is #33E702. Grayscale: #676767. Windows color (decimal): -3401475 or 16586956. OLE color: 16586956.

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

Color convert

RGB 204 24 253 -
CMYK 0.19 0.91 0 0.01
HSL 287.16º 0.98% 0.54% -
HSV(B) 287.16º 0.91% 0.99% -
XYZ 42.96 20.58 94.64 -
YUV 103.93 212.13 199.38 -
System Red Green Blue C M Y K H S L
Decimal 204 24 253 0.19 0.91 0 0.01 287.16 0.98 0.54
Hex CC 18 FD 13 5B 0 1 11F 62 36
Octal 314 30 375 23 133 0 1 437 142 66
Binary 11001100 11000 11111101 10011 1011011 0 1 100011111 1100010 110110

Color Harmonies of #CC18FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18FD

Black with #CC18FD

Text Example


Text Example

White with #CC18FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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