Html Css Color HEX #CE05F9 Psychedelic Purple

📋 copy color: '#CE05F9'

red 206 ◦ green 5 ◦ blue 249

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

Shades of Psychedelic Purple #CE05F9

Tints of Psychedelic Purple #CE05F9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

 BLUE value IS 249 (97.66% from 255) = 54.13%

R = 44.78%
G = 1.09%
B = 54.13%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE05F9 (or 0xCE05F9) is known color: Psychedelic Purple. HEX triplet: CE, 05 and F9. RGB value is (206,5,249). Sum of RGB (Red+Green+Blue) = 206+5+249=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 5 (2.34% from 255 or 1.09% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE05F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE05F9 is #31FA06. Grayscale: #5C5C5C. Windows color (decimal): -3275271 or 16319950. OLE color: 16319950.

HSL color Cylindrical-coordinate representation of color #CE05F9: hue angle of 289.43º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05F9 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 5 249 -
CMYK 0.17 0.98 0 0.02
HSL 289.43º 0.96% 0.5% -
HSV(B) 289.43º 0.98% 0.98% -
XYZ 42.61 20.07 91.25 -
YUV 92.92 216.09 208.66 -
System Red Green Blue C M Y K H S L
Decimal 206 5 249 0.17 0.98 0 0.02 289.43 0.96 0.5
Hex CE 5 F9 11 62 0 2 121 60 32
Octal 316 5 371 21 142 0 2 441 140 62
Binary 11001110 101 11111001 10001 1100010 0 10 100100001 1100000 110010

Color Harmonies of #CE05F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05F9

Black with #CE05F9

Text Example


Text Example

White with #CE05F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05F9; }

 p { color: rgb(206,5,249); }

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

background-color css

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

 a { background-color: rgb(206,5,249); }

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

border-color css

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

 span { border-color: rgb(206,5,249); }

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