Html Css Color HEX #CC0CFF Electric Purple

📋 copy color: '#CC0CFF'

red 204 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #CC0CFF

Tints of Electric Purple #CC0CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.55%

 BLUE value IS 255 (100% from 255) = 54.14%

R = 43.31%
G = 2.55%
B = 54.14%

CMYK

 C value IS 0.2

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC0CFF (or 0xCC0CFF) is known color: Electric Purple. HEX triplet: CC, 0C and FF. RGB value is (204,12,255). Sum of RGB (Red+Green+Blue) = 204+12+255=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC0CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CFF is #33F300. Grayscale: #606060. Windows color (decimal): -3404545 or 16714956. OLE color: 16714956.

HSL color Cylindrical-coordinate representation of color #CC0CFF: hue angle of 287.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0CFF is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 12 255 -
CMYK 0.2 0.95 0 0
HSL 287.41º 1% 0.52% -
HSV(B) 287.41º 0.95% 1% -
XYZ 43.08 20.32 96.26 -
YUV 97.11 217.11 204.24 -
System Red Green Blue C M Y K H S L
Decimal 204 12 255 0.2 0.95 0 0 287.41 1 0.52
Hex CC C FF 14 5F 0 0 11F 64 34
Octal 314 14 377 24 137 0 0 437 144 64
Binary 11001100 1100 11111111 10100 1011111 0 0 100011111 1100100 110100

Color Harmonies of #CC0CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CFF

Black with #CC0CFF

Text Example


Text Example

White with #CC0CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CFF; }

 p { color: rgb(204,12,255); }

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

background-color css

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

 a { background-color: rgb(204,12,255); }

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

border-color css

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

 span { border-color: rgb(204,12,255); }

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