Html Css Color HEX #CE49FA Heliotrope

📋 copy color: '#CE49FA'

red 206 ◦ green 73 ◦ blue 250

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

Shades of Heliotrope #CE49FA

Tints of Heliotrope #CE49FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.8%

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 38.94%
G = 13.8%
B = 47.26%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE49FA (or 0xCE49FA) is known color: Heliotrope. HEX triplet: CE, 49 and FA. RGB value is (206,73,250). Sum of RGB (Red+Green+Blue) = 206+73+250=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49FA is #31B605. Grayscale: #848484. Windows color (decimal): -3257862 or 16402894. OLE color: 16402894.

HSL color Cylindrical-coordinate representation of color #CE49FA: hue angle of 285.08º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE49FA is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 73 250 -
CMYK 0.18 0.71 0 0.02
HSL 285.08º 0.95% 0.63% -
HSV(B) 285.08º 0.71% 0.98% -
XYZ 45.09 24.79 92.85 -
YUV 132.95 194.06 180.11 -
System Red Green Blue C M Y K H S L
Decimal 206 73 250 0.18 0.71 0 0.02 285.08 0.95 0.63
Hex CE 49 FA 12 47 0 2 11D 5F 3F
Octal 316 111 372 22 107 0 2 435 137 77
Binary 11001110 1001001 11111010 10010 1000111 0 10 100011101 1011111 111111

Color Harmonies of #CE49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49FA

Black with #CE49FA

Text Example


Text Example

White with #CE49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49FA; }

 p { color: rgb(206,73,250); }

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

background-color css

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

 a { background-color: rgb(206,73,250); }

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

border-color css

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

 span { border-color: rgb(206,73,250); }

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