Html Css Color HEX #CD1CEE Electric Purple

📋 copy color: '#CD1CEE'

red 205 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #CD1CEE

Tints of Electric Purple #CD1CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.94%

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 43.52%
G = 5.94%
B = 50.53%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD1CEE (or 0xCD1CEE) is known color: Electric Purple. HEX triplet: CD, 1C and EE. RGB value is (205,28,238). Sum of RGB (Red+Green+Blue) = 205+28+238=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD1CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1CEE is #32E311. Grayscale: #686868. Windows color (decimal): -3334930 or 15604941. OLE color: 15604941.

HSL color Cylindrical-coordinate representation of color #CD1CEE: hue angle of 290.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1CEE is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 28 238 -
CMYK 0.14 0.88 0 0.07
HSL 290.57º 0.86% 0.52% -
HSV(B) 290.57º 0.88% 0.93% -
XYZ 41.02 19.98 82.58 -
YUV 104.86 203.14 199.42 -
System Red Green Blue C M Y K H S L
Decimal 205 28 238 0.14 0.88 0 0.07 290.57 0.86 0.52
Hex CD 1C EE E 58 0 7 123 56 34
Octal 315 34 356 16 130 0 7 443 126 64
Binary 11001101 11100 11101110 1110 1011000 0 111 100100011 1010110 110100

Color Harmonies of #CD1CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1CEE

Black with #CD1CEE

Text Example


Text Example

White with #CD1CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1CEE; }

 p { color: rgb(205,28,238); }

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

background-color css

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

 a { background-color: rgb(205,28,238); }

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

border-color css

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

 span { border-color: rgb(205,28,238); }

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