Html Css Color HEX #CC0CFA Electric Purple

📋 copy color: '#CC0CFA'

red 204 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #CC0CFA

Tints of Electric Purple #CC0CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 43.78%
G = 2.58%
B = 53.65%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC0CFA (or 0xCC0CFA) is known color: Electric Purple. HEX triplet: CC, 0C and FA. RGB value is (204,12,250). Sum of RGB (Red+Green+Blue) = 204+12+250=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC0CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CFA is #33F305. Grayscale: #5F5F5F. Windows color (decimal): -3404550 or 16387276. OLE color: 16387276.

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

Color convert

RGB 204 12 250 -
CMYK 0.18 0.95 0 0.02
HSL 288.4º 0.96% 0.51% -
HSV(B) 288.4º 0.95% 0.98% -
XYZ 42.29 20 92.07 -
YUV 96.54 214.61 204.65 -
System Red Green Blue C M Y K H S L
Decimal 204 12 250 0.18 0.95 0 0.02 288.4 0.96 0.51
Hex CC C FA 12 5F 0 2 120 60 33
Octal 314 14 372 22 137 0 2 440 140 63
Binary 11001100 1100 11111010 10010 1011111 0 10 100100000 1100000 110011

Color Harmonies of #CC0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CFA

Black with #CC0CFA

Text Example


Text Example

White with #CC0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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