Html Css Color HEX #CC0DFA Electric Purple

📋 copy color: '#CC0DFA'

red 204 ◦ green 13 ◦ blue 250

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

Shades of Electric Purple #CC0DFA

Tints of Electric Purple #CC0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

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

R = 43.68%
G = 2.78%
B = 53.53%

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

#CC0DFA (or 0xCC0DFA) is known color: Electric Purple. HEX triplet: CC, 0D and FA. RGB value is (204,13,250). Sum of RGB (Red+Green+Blue) = 204+13+250=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC0DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0DFA is #33F205. Grayscale: #606060. Windows color (decimal): -3404294 or 16387532. OLE color: 16387532.

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

Color convert

RGB 204 13 250 -
CMYK 0.18 0.95 0 0.02
HSL 288.35º 0.96% 0.52% -
HSV(B) 288.35º 0.95% 0.98% -
XYZ 42.3 20.03 92.08 -
YUV 97.13 214.28 204.23 -
System Red Green Blue C M Y K H S L
Decimal 204 13 250 0.18 0.95 0 0.02 288.35 0.96 0.52
Hex CC D FA 12 5F 0 2 120 60 34
Octal 314 15 372 22 137 0 2 440 140 64
Binary 11001100 1101 11111010 10010 1011111 0 10 100100000 1100000 110100

Color Harmonies of #CC0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DFA

Black with #CC0DFA

Text Example


Text Example

White with #CC0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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