Html Css Color HEX #CE74F7 Heliotrope

📋 copy color: '#CE74F7'

red 206 ◦ green 116 ◦ blue 247

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

Shades of Heliotrope #CE74F7

Tints of Heliotrope #CE74F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.41%

R = 36.2%
G = 20.39%
B = 43.41%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE74F7 (or 0xCE74F7) is known color: Heliotrope. HEX triplet: CE, 74 and F7. RGB value is (206,116,247). Sum of RGB (Red+Green+Blue) = 206+116+247=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE74F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE74F7 is #318B08. Grayscale: #9D9D9D. Windows color (decimal): -3246857 or 16217294. OLE color: 16217294.

HSL color Cylindrical-coordinate representation of color #CE74F7: hue angle of 281.22º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE74F7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 116 247 -
CMYK 0.17 0.53 0 0.03
HSL 281.22º 0.89% 0.71% -
HSV(B) 281.22º 0.53% 0.97% -
XYZ 48.49 32.33 91.68 -
YUV 157.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 206 116 247 0.17 0.53 0 0.03 281.22 0.89 0.71
Hex CE 74 F7 11 35 0 3 119 59 47
Octal 316 164 367 21 65 0 3 431 131 107
Binary 11001110 1110100 11110111 10001 110101 0 11 100011001 1011001 1000111

Color Harmonies of #CE74F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74F7

Black with #CE74F7

Text Example


Text Example

White with #CE74F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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