Html Css Color HEX #CD09FF Electric Purple

📋 copy color: '#CD09FF'

red 205 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #CD09FF

Tints of Electric Purple #CD09FF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.92%

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

R = 43.71%
G = 1.92%
B = 54.37%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD09FF (or 0xCD09FF) is known color: Electric Purple. HEX triplet: CD, 09 and FF. RGB value is (205,9,255). Sum of RGB (Red+Green+Blue) = 205+9+255=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD09FF is #32F600. Grayscale: #5E5E5E. Windows color (decimal): -3339777 or 16714189. OLE color: 16714189.

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

Color convert

RGB 205 9 255 -
CMYK 0.20 0.96 0 0
HSL 287.8º 1% 0.52% -
HSV(B) 287.8º 0.96% 1% -
XYZ 43.32 20.39 96.26 -
YUV 95.65 217.93 206 -
System Red Green Blue C M Y K H S L
Decimal 205 9 255 0.20 0.96 0 0 287.8 1 0.52
Hex CD 9 FF 14 60 0 0 120 64 34
Octal 315 11 377 24 140 0 0 440 144 64
Binary 11001101 1001 11111111 10100 1100000 0 0 100100000 1100100 110100

Color Harmonies of #CD09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD09FF

Black with #CD09FF

Text Example


Text Example

White with #CD09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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