Html Css Color HEX #CE49FC Heliotrope

📋 copy color: '#CE49FC'

red 206 ◦ green 73 ◦ blue 252

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

Shades of Heliotrope #CE49FC

Tints of Heliotrope #CE49FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 38.79%
G = 13.75%
B = 47.46%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE49FC (or 0xCE49FC) is known color: Heliotrope. HEX triplet: CE, 49 and FC. RGB value is (206,73,252). Sum of RGB (Red+Green+Blue) = 206+73+252=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE49FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49FC is #31B603. Grayscale: #848484. Windows color (decimal): -3257860 or 16533966. OLE color: 16533966.

HSL color Cylindrical-coordinate representation of color #CE49FC: hue angle of 284.58º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE49FC is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 73 252 -
CMYK 0.18 0.71 0 0.01
HSL 284.58º 0.97% 0.64% -
HSV(B) 284.58º 0.71% 0.99% -
XYZ 45.41 24.92 94.51 -
YUV 133.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 206 73 252 0.18 0.71 0 0.01 284.58 0.97 0.64
Hex CE 49 FC 12 47 0 1 11D 61 40
Octal 316 111 374 22 107 0 1 435 141 100
Binary 11001110 1001001 11111100 10010 1000111 0 1 100011101 1100001 1000000

Color Harmonies of #CE49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49FC

Black with #CE49FC

Text Example


Text Example

White with #CE49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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