Html Css Color HEX #CE74FB Heliotrope

📋 copy color: '#CE74FB'

red 206 ◦ green 116 ◦ blue 251

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

Shades of Heliotrope #CE74FB

Tints of Heliotrope #CE74FB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.24%

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

R = 35.95%
G = 20.24%
B = 43.8%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE74FB (or 0xCE74FB) is known color: Heliotrope. HEX triplet: CE, 74 and FB. RGB value is (206,116,251). Sum of RGB (Red+Green+Blue) = 206+116+251=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE74FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74FB is #318B04. Grayscale: #9D9D9D. Windows color (decimal): -3246853 or 16479438. OLE color: 16479438.

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

Color convert

RGB 206 116 251 -
CMYK 0.18 0.54 0 0.02
HSL 280º 0.94% 0.72% -
HSV(B) 280º 0.54% 0.98% -
XYZ 49.11 32.58 94.97 -
YUV 158.3 180.32 162.02 -
System Red Green Blue C M Y K H S L
Decimal 206 116 251 0.18 0.54 0 0.02 280 0.94 0.72
Hex CE 74 FB 12 36 0 2 118 5E 48
Octal 316 164 373 22 66 0 2 430 136 110
Binary 11001110 1110100 11111011 10010 110110 0 10 100011000 1011110 1001000

Color Harmonies of #CE74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74FB

Black with #CE74FB

Text Example


Text Example

White with #CE74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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