Html Css Color HEX #CE0FF2 Psychedelic Purple

📋 copy color: '#CE0FF2'

red 206 ◦ green 15 ◦ blue 242

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

Shades of Psychedelic Purple #CE0FF2

Tints of Psychedelic Purple #CE0FF2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.24%

 BLUE value IS 242 (94.92% from 255) = 52.27%

R = 44.49%
G = 3.24%
B = 52.27%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE0FF2 (or 0xCE0FF2) is known color: Psychedelic Purple. HEX triplet: CE, 0F and F2. RGB value is (206,15,242). Sum of RGB (Red+Green+Blue) = 206+15+242=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE0FF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0FF2 is #31F00D. Grayscale: #616161. Windows color (decimal): -3272718 or 15863758. OLE color: 15863758.

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

Color convert

RGB 206 15 242 -
CMYK 0.15 0.94 0 0.05
HSL 290.48º 0.9% 0.5% -
HSV(B) 290.48º 0.94% 0.95% -
XYZ 41.65 19.87 85.65 -
YUV 97.99 209.28 205.04 -
System Red Green Blue C M Y K H S L
Decimal 206 15 242 0.15 0.94 0 0.05 290.48 0.9 0.5
Hex CE F F2 F 5E 0 5 122 5A 32
Octal 316 17 362 17 136 0 5 442 132 62
Binary 11001110 1111 11110010 1111 1011110 0 101 100100010 1011010 110010

Color Harmonies of #CE0FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0FF2

Black with #CE0FF2

Text Example


Text Example

White with #CE0FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0FF2; }

 p { color: rgb(206,15,242); }

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

background-color css

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

 a { background-color: rgb(206,15,242); }

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

border-color css

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

 span { border-color: rgb(206,15,242); }

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