Html Css Color HEX #CD07FF Electric Purple

📋 copy color: '#CD07FF'

red 205 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #CD07FF

Tints of Electric Purple #CD07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.5%

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

R = 43.9%
G = 1.5%
B = 54.6%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD07FF (or 0xCD07FF) is known color: Electric Purple. HEX triplet: CD, 07 and FF. RGB value is (205,7,255). Sum of RGB (Red+Green+Blue) = 205+7+255=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD07FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD07FF is #32F800. Grayscale: #5D5D5D. Windows color (decimal): -3340289 or 16713677. OLE color: 16713677.

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

Color convert

RGB 205 7 255 -
CMYK 0.20 0.97 0 0
HSL 287.9º 1% 0.51% -
HSV(B) 287.9º 0.97% 1% -
XYZ 43.3 20.35 96.25 -
YUV 94.47 218.6 206.83 -
System Red Green Blue C M Y K H S L
Decimal 205 7 255 0.20 0.97 0 0 287.9 1 0.51
Hex CD 7 FF 14 61 0 0 120 64 33
Octal 315 7 377 24 141 0 0 440 144 63
Binary 11001101 111 11111111 10100 1100001 0 0 100100000 1100100 110011

Color Harmonies of #CD07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD07FF

Black with #CD07FF

Text Example


Text Example

White with #CD07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD07FF; }

 p { color: rgb(205,7,255); }

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

background-color css

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

 a { background-color: rgb(205,7,255); }

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

border-color css

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

 span { border-color: rgb(205,7,255); }

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