Html Css Color HEX #CD00F7 Electric Purple

📋 copy color: '#CD00F7'

red 205 ◦ green 0 ◦ blue 247

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

Shades of Electric Purple #CD00F7

Tints of Electric Purple #CD00F7

RGB

 RED value IS 205 (80.47% from 255) = 45.35%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.35%
G = 0%
B = 54.65%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CD00F7 (or 0xCD00F7) is known color: Electric Purple. HEX triplet: CD, 00 and F7. RGB value is (205,0,247). Sum of RGB (Red+Green+Blue) = 205+0+247=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD00F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD00F7 is #32FF08. Grayscale: #585858. Windows color (decimal): -3342089 or 16187597. OLE color: 16187597.

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

Color convert

RGB 205 0 247 -
CMYK 0.17 1 0 0.03
HSL 289.8º 1% 0.48% -
HSV(B) 289.8º 1% 0.97% -
XYZ 41.97 19.69 89.59 -
YUV 89.45 216.92 210.42 -
System Red Green Blue C M Y K H S L
Decimal 205 0 247 0.17 1 0 0.03 289.8 1 0.48
Hex CD 0 F7 11 64 0 3 122 64 30
Octal 315 0 367 21 144 0 3 442 144 60
Binary 11001101 0 11110111 10001 1100100 0 11 100100010 1100100 110000

Color Harmonies of #CD00F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD00F7

Black with #CD00F7

Text Example


Text Example

White with #CD00F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD00F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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