Html Css Color HEX #CE25ED Psychedelic Purple

📋 copy color: '#CE25ED'

red 206 ◦ green 37 ◦ blue 237

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

Shades of Psychedelic Purple #CE25ED

Tints of Psychedelic Purple #CE25ED

RGB

 RED value IS 206 (80.86% from 255) = 42.92%

 GREEN value IS 37 (14.84% from 255) = 7.71%

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

R = 42.92%
G = 7.71%
B = 49.38%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE25ED (or 0xCE25ED) is known color: Psychedelic Purple. HEX triplet: CE, 25 and ED. RGB value is (206,37,237). Sum of RGB (Red+Green+Blue) = 206+37+237=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 37 (14.84% from 255 or 7.71% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25ED is #31DA12. Grayscale: #6D6D6D. Windows color (decimal): -3267091 or 15541710. OLE color: 15541710.

HSL color Cylindrical-coordinate representation of color #CE25ED: hue angle of 290.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE25ED is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 37 237 -
CMYK 0.13 0.84 0 0.07
HSL 290.7º 0.85% 0.54% -
HSV(B) 290.7º 0.84% 0.93% -
XYZ 41.4 20.56 81.91 -
YUV 110.33 199.49 196.24 -
System Red Green Blue C M Y K H S L
Decimal 206 37 237 0.13 0.84 0 0.07 290.7 0.85 0.54
Hex CE 25 ED D 54 0 7 123 55 36
Octal 316 45 355 15 124 0 7 443 125 66
Binary 11001110 100101 11101101 1101 1010100 0 111 100100011 1010101 110110

Color Harmonies of #CE25ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25ED

Black with #CE25ED

Text Example


Text Example

White with #CE25ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25ED; }

 p { color: rgb(206,37,237); }

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

background-color css

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

 a { background-color: rgb(206,37,237); }

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

border-color css

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

 span { border-color: rgb(206,37,237); }

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