Html Css Color HEX #CE29F3 Psychedelic Purple

📋 copy color: '#CE29F3'

red 206 ◦ green 41 ◦ blue 243

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

Shades of Psychedelic Purple #CE29F3

Tints of Psychedelic Purple #CE29F3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.37%

 BLUE value IS 243 (95.31% from 255) = 49.59%

R = 42.04%
G = 8.37%
B = 49.59%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE29F3 (or 0xCE29F3) is known color: Psychedelic Purple. HEX triplet: CE, 29 and F3. RGB value is (206,41,243). Sum of RGB (Red+Green+Blue) = 206+41+243=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE29F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE29F3 is #31D60C. Grayscale: #707070. Windows color (decimal): -3266061 or 15935950. OLE color: 15935950.

HSL color Cylindrical-coordinate representation of color #CE29F3: hue angle of 289.01º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE29F3 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 41 243 -
CMYK 0.15 0.83 0 0.05
HSL 289.01º 0.89% 0.56% -
HSV(B) 289.01º 0.83% 0.95% -
XYZ 42.42 21.18 86.65 -
YUV 113.36 201.16 194.07 -
System Red Green Blue C M Y K H S L
Decimal 206 41 243 0.15 0.83 0 0.05 289.01 0.89 0.56
Hex CE 29 F3 F 53 0 5 121 59 38
Octal 316 51 363 17 123 0 5 441 131 70
Binary 11001110 101001 11110011 1111 1010011 0 101 100100001 1011001 111000

Color Harmonies of #CE29F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29F3

Black with #CE29F3

Text Example


Text Example

White with #CE29F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29F3; }

 p { color: rgb(206,41,243); }

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

background-color css

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

 a { background-color: rgb(206,41,243); }

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

border-color css

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

 span { border-color: rgb(206,41,243); }

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