Html Css Color HEX #CD15EF Psychedelic Purple

📋 copy color: '#CD15EF'

red 205 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #CD15EF

Tints of Psychedelic Purple #CD15EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.52%

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 44.09%
G = 4.52%
B = 51.4%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CD15EF (or 0xCD15EF) is known color: Psychedelic Purple. HEX triplet: CD, 15 and EF. RGB value is (205,21,239). Sum of RGB (Red+Green+Blue) = 205+21+239=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD15EF is #32EA10. Grayscale: #646464. Windows color (decimal): -3336721 or 15668685. OLE color: 15668685.

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

Color convert

RGB 205 21 239 -
CMYK 0.14 0.91 0 0.06
HSL 290.64º 0.87% 0.51% -
HSV(B) 290.64º 0.91% 0.94% -
XYZ 41.02 19.75 83.31 -
YUV 100.87 205.96 202.27 -
System Red Green Blue C M Y K H S L
Decimal 205 21 239 0.14 0.91 0 0.06 290.64 0.87 0.51
Hex CD 15 EF E 5B 0 6 123 57 33
Octal 315 25 357 16 133 0 6 443 127 63
Binary 11001101 10101 11101111 1110 1011011 0 110 100100011 1010111 110011

Color Harmonies of #CD15EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD15EF

Black with #CD15EF

Text Example


Text Example

White with #CD15EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD15EF; }

 p { color: rgb(205,21,239); }

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

background-color css

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

 a { background-color: rgb(205,21,239); }

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

border-color css

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

 span { border-color: rgb(205,21,239); }

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