Html Css Color HEX #CD14ED Psychedelic Purple

📋 copy color: '#CD14ED'

red 205 ◦ green 20 ◦ blue 237

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

Shades of Psychedelic Purple #CD14ED

Tints of Psychedelic Purple #CD14ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 44.37%
G = 4.33%
B = 51.3%

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

#CD14ED (or 0xCD14ED) is known color: Psychedelic Purple. HEX triplet: CD, 14 and ED. RGB value is (205,20,237). Sum of RGB (Red+Green+Blue) = 205+20+237=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 20 (8.20% from 255 or 4.33% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD14ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD14ED is #32EB12. Grayscale: #636363. Windows color (decimal): -3336979 or 15537357. OLE color: 15537357.

HSL color Cylindrical-coordinate representation of color #CD14ED: hue angle of 291.15º degrees, saturation: 0.86, 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 #CD14ED is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 20 237 -
CMYK 0.14 0.92 0 0.07
HSL 291.15º 0.86% 0.5% -
HSV(B) 291.15º 0.92% 0.93% -
XYZ 40.71 19.59 81.76 -
YUV 100.05 205.29 202.86 -
System Red Green Blue C M Y K H S L
Decimal 205 20 237 0.14 0.92 0 0.07 291.15 0.86 0.5
Hex CD 14 ED E 5C 0 7 123 56 32
Octal 315 24 355 16 134 0 7 443 126 62
Binary 11001101 10100 11101101 1110 1011100 0 111 100100011 1010110 110010

Color Harmonies of #CD14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD14ED

Black with #CD14ED

Text Example


Text Example

White with #CD14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD14ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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