Html Css Color HEX #CC18F7 Electric Purple

📋 copy color: '#CC18F7'

red 204 ◦ green 24 ◦ blue 247

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

Shades of Electric Purple #CC18F7

Tints of Electric Purple #CC18F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52%

R = 42.95%
G = 5.05%
B = 52%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC18F7 (or 0xCC18F7) is known color: Electric Purple. HEX triplet: CC, 18 and F7. RGB value is (204,24,247). Sum of RGB (Red+Green+Blue) = 204+24+247=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC18F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18F7 is #33E708. Grayscale: #666666. Windows color (decimal): -3401481 or 16193740. OLE color: 16193740.

HSL color Cylindrical-coordinate representation of color #CC18F7: hue angle of 288.43º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC18F7 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 24 247 -
CMYK 0.17 0.90 0 0.03
HSL 288.43º 0.93% 0.53% -
HSV(B) 288.43º 0.9% 0.97% -
XYZ 42.02 20.21 89.68 -
YUV 103.24 209.13 199.87 -
System Red Green Blue C M Y K H S L
Decimal 204 24 247 0.17 0.90 0 0.03 288.43 0.93 0.53
Hex CC 18 F7 11 5A 0 3 120 5D 35
Octal 314 30 367 21 132 0 3 440 135 65
Binary 11001100 11000 11110111 10001 1011010 0 11 100100000 1011101 110101

Color Harmonies of #CC18F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC18F7

Black with #CC18F7

Text Example


Text Example

White with #CC18F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC18F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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