#CD10F7

Color #CD10F7 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CD10F7

Tints of Electric Purple #CD10F7

Color information

#CD10F7 (or 0xCD10F7) is unknown color: approx Electric Purple. HEX triplet: CD, 10 and F7. RGB value is (205,16,247). Sum of RGB (Red+Green+Blue) = 205+16+247=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD10F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD10F7 is #32EF08. Grayscale: #626262. Windows color (decimal): -3337993 or 16191693. OLE color: 16191693.

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

Color convert

RGB20516247-
CMYK0.170.9400.03
HSL289.09º93.52%51.57%-
HSV(B)289.09º93.52%96.86%-
XYZ42.1520.0789.65-
YUV98.84211.62203.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 16 (6.64% from 255) = 3.42%
BLUE value IS 247 (96.88% from 255) = 52.78%
R=43.80%
G=3.42%
B=52.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205162470.170.9400.03289.0993.5251.57
HexCD10F7115E031215e34
Octal31520367211360344113664
Binary1100110110000111101111000110111100111001000011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD10F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD10F7; }

 p { color: rgb(205,16,247); }

 H1.HeaderClassName
 {
   color: #CD10F7;
 }
 .AnyTagClassName
 {
   color: #CD10F7;
 }
</style>
background-color css

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

 a { background-color: rgb(205,16,247); }

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

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

 span { border-color: rgb(205,16,247); }

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