Html Css Color HEX #CD12EE Psychedelic Purple

📋 copy color: '#CD12EE'

red 205 ◦ green 18 ◦ blue 238

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

Shades of Psychedelic Purple #CD12EE

Tints of Psychedelic Purple #CD12EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.9%

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

R = 44.47%
G = 3.9%
B = 51.63%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD12EE (or 0xCD12EE) is known color: Psychedelic Purple. HEX triplet: CD, 12 and EE. RGB value is (205,18,238). Sum of RGB (Red+Green+Blue) = 205+18+238=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD12EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD12EE is #32ED11. Grayscale: #626262. Windows color (decimal): -3337490 or 15602381. OLE color: 15602381.

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

Color convert

RGB 205 18 238 -
CMYK 0.14 0.92 0 0.07
HSL 291º 0.87% 0.5% -
HSV(B) 291º 0.92% 0.93% -
XYZ 40.83 19.58 82.52 -
YUV 98.99 206.45 203.61 -
System Red Green Blue C M Y K H S L
Decimal 205 18 238 0.14 0.92 0 0.07 291 0.87 0.5
Hex CD 12 EE E 5C 0 7 123 57 32
Octal 315 22 356 16 134 0 7 443 127 62
Binary 11001101 10010 11101110 1110 1011100 0 111 100100011 1010111 110010

Color Harmonies of #CD12EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD12EE

Black with #CD12EE

Text Example


Text Example

White with #CD12EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD12EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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