Html Css Color HEX #CE49FB Heliotrope

📋 copy color: '#CE49FB'

red 206 ◦ green 73 ◦ blue 251

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

Shades of Heliotrope #CE49FB

Tints of Heliotrope #CE49FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 38.87%
G = 13.77%
B = 47.36%

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

#CE49FB (or 0xCE49FB) is known color: Heliotrope. HEX triplet: CE, 49 and FB. RGB value is (206,73,251). Sum of RGB (Red+Green+Blue) = 206+73+251=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49FB is #31B604. Grayscale: #848484. Windows color (decimal): -3257861 or 16468430. OLE color: 16468430.

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

Color convert

RGB 206 73 251 -
CMYK 0.18 0.71 0 0.02
HSL 284.83º 0.96% 0.64% -
HSV(B) 284.83º 0.71% 0.98% -
XYZ 45.25 24.85 93.68 -
YUV 133.06 194.56 180.03 -
System Red Green Blue C M Y K H S L
Decimal 206 73 251 0.18 0.71 0 0.02 284.83 0.96 0.64
Hex CE 49 FB 12 47 0 2 11D 60 40
Octal 316 111 373 22 107 0 2 435 140 100
Binary 11001110 1001001 11111011 10010 1000111 0 10 100011101 1100000 1000000

Color Harmonies of #CE49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49FB

Black with #CE49FB

Text Example


Text Example

White with #CE49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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