Html Css Color HEX #CE07F6 Psychedelic Purple

📋 copy color: '#CE07F6'

red 206 ◦ green 7 ◦ blue 246

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

Shades of Psychedelic Purple #CE07F6

Tints of Psychedelic Purple #CE07F6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

 BLUE value IS 246 (96.48% from 255) = 53.59%

R = 44.88%
G = 1.53%
B = 53.59%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE07F6 (or 0xCE07F6) is known color: Psychedelic Purple. HEX triplet: CE, 07 and F6. RGB value is (206,7,246). Sum of RGB (Red+Green+Blue) = 206+7+246=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE07F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE07F6 is #31F809. Grayscale: #5C5C5C. Windows color (decimal): -3274762 or 16123854. OLE color: 16123854.

HSL color Cylindrical-coordinate representation of color #CE07F6: hue angle of 289.96º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07F6 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 7 246 -
CMYK 0.16 0.97 0 0.04
HSL 289.96º 0.94% 0.5% -
HSV(B) 289.96º 0.97% 0.96% -
XYZ 42.16 19.93 88.81 -
YUV 93.75 213.93 208.07 -
System Red Green Blue C M Y K H S L
Decimal 206 7 246 0.16 0.97 0 0.04 289.96 0.94 0.5
Hex CE 7 F6 10 61 0 4 122 5E 32
Octal 316 7 366 20 141 0 4 442 136 62
Binary 11001110 111 11110110 10000 1100001 0 100 100100010 1011110 110010

Color Harmonies of #CE07F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE07F6

Black with #CE07F6

Text Example


Text Example

White with #CE07F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE07F6; }

 p { color: rgb(206,7,246); }

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

background-color css

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

 a { background-color: rgb(206,7,246); }

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

border-color css

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

 span { border-color: rgb(206,7,246); }

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