Html Css Color HEX #CE25EB Psychedelic Purple

📋 copy color: '#CE25EB'

red 206 ◦ green 37 ◦ blue 235

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

Shades of Psychedelic Purple #CE25EB

Tints of Psychedelic Purple #CE25EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 43.1%
G = 7.74%
B = 49.16%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE25EB (or 0xCE25EB) is known color: Psychedelic Purple. HEX triplet: CE, 25 and EB. RGB value is (206,37,235). Sum of RGB (Red+Green+Blue) = 206+37+235=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE25EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25EB is #31DA14. Grayscale: #6D6D6D. Windows color (decimal): -3267093 or 15410638. OLE color: 15410638.

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

Color convert

RGB 206 37 235 -
CMYK 0.12 0.84 0 0.08
HSL 291.21º 0.83% 0.53% -
HSV(B) 291.21º 0.84% 0.92% -
XYZ 41.11 20.44 80.38 -
YUV 110.1 198.49 196.4 -
System Red Green Blue C M Y K H S L
Decimal 206 37 235 0.12 0.84 0 0.08 291.21 0.83 0.53
Hex CE 25 EB C 54 0 8 123 53 35
Octal 316 45 353 14 124 0 10 443 123 65
Binary 11001110 100101 11101011 1100 1010100 0 1000 100100011 1010011 110101

Color Harmonies of #CE25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25EB

Black with #CE25EB

Text Example


Text Example

White with #CE25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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