Html Css Color HEX #CE50FB Heliotrope

📋 copy color: '#CE50FB'

red 206 ◦ green 80 ◦ blue 251

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

Shades of Heliotrope #CE50FB

Tints of Heliotrope #CE50FB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.9%

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

R = 38.36%
G = 14.9%
B = 46.74%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE50FB (or 0xCE50FB) is known color: Heliotrope. HEX triplet: CE, 50 and FB. RGB value is (206,80,251). Sum of RGB (Red+Green+Blue) = 206+80+251=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE50FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE50FB is #31AF04. Grayscale: #888888. Windows color (decimal): -3256069 or 16470222. OLE color: 16470222.

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

Color convert

RGB 206 80 251 -
CMYK 0.18 0.68 0 0.02
HSL 284.21º 0.96% 0.65% -
HSV(B) 284.21º 0.68% 0.98% -
XYZ 45.73 25.82 93.84 -
YUV 137.17 192.24 177.1 -
System Red Green Blue C M Y K H S L
Decimal 206 80 251 0.18 0.68 0 0.02 284.21 0.96 0.65
Hex CE 50 FB 12 44 0 2 11C 60 41
Octal 316 120 373 22 104 0 2 434 140 101
Binary 11001110 1010000 11111011 10010 1000100 0 10 100011100 1100000 1000001

Color Harmonies of #CE50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50FB

Black with #CE50FB

Text Example


Text Example

White with #CE50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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