Html Css Color HEX #CD00EA Psychedelic Purple

📋 copy color: '#CD00EA'

red 205 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #CD00EA

Tints of Psychedelic Purple #CD00EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 46.7%
G = 0%
B = 53.3%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CD00EA (or 0xCD00EA) is known color: Psychedelic Purple. HEX triplet: CD, 00 and EA. RGB value is (205,0,234). Sum of RGB (Red+Green+Blue) = 205+0+234=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD00EA is #32FF15. Grayscale: #575757. Windows color (decimal): -3342102 or 15335629. OLE color: 15335629.

HSL color Cylindrical-coordinate representation of color #CD00EA: hue angle of 292.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD00EA is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 0 234 -
CMYK 0.12 1 0 0.08
HSL 292.56º 1% 0.46% -
HSV(B) 292.56º 1% 0.92% -
XYZ 40.03 18.92 79.38 -
YUV 87.97 210.42 211.47 -
System Red Green Blue C M Y K H S L
Decimal 205 0 234 0.12 1 0 0.08 292.56 1 0.46
Hex CD 0 EA C 64 0 8 125 64 2E
Octal 315 0 352 14 144 0 10 445 144 56
Binary 11001101 0 11101010 1100 1100100 0 1000 100100101 1100100 101110

Color Harmonies of #CD00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD00EA

Black with #CD00EA

Text Example


Text Example

White with #CD00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD00EA; }

 p { color: rgb(205,0,234); }

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

background-color css

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

 a { background-color: rgb(205,0,234); }

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

border-color css

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

 span { border-color: rgb(205,0,234); }

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