Html Css Color HEX #CD14EE Psychedelic Purple

📋 copy color: '#CD14EE'

red 205 ◦ green 20 ◦ blue 238

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

Shades of Psychedelic Purple #CD14EE

Tints of Psychedelic Purple #CD14EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.32%

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

R = 44.28%
G = 4.32%
B = 51.4%

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

#CD14EE (or 0xCD14EE) is known color: Psychedelic Purple. HEX triplet: CD, 14 and EE. RGB value is (205,20,238). Sum of RGB (Red+Green+Blue) = 205+20+238=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD14EE is #32EB11. Grayscale: #636363. Windows color (decimal): -3336978 or 15602893. OLE color: 15602893.

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

Color convert

RGB 205 20 238 -
CMYK 0.14 0.92 0 0.07
HSL 290.92º 0.87% 0.51% -
HSV(B) 290.92º 0.92% 0.93% -
XYZ 40.86 19.65 82.53 -
YUV 100.17 205.79 202.77 -
System Red Green Blue C M Y K H S L
Decimal 205 20 238 0.14 0.92 0 0.07 290.92 0.87 0.51
Hex CD 14 EE E 5C 0 7 123 57 33
Octal 315 24 356 16 134 0 7 443 127 63
Binary 11001101 10100 11101110 1110 1011100 0 111 100100011 1010111 110011

Color Harmonies of #CD14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD14EE

Black with #CD14EE

Text Example


Text Example

White with #CD14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD14EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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