Html Css Color HEX #CE69F5 Heliotrope

📋 copy color: '#CE69F5'

red 206 ◦ green 105 ◦ blue 245

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

Shades of Heliotrope #CE69F5

Tints of Heliotrope #CE69F5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.88%

 BLUE value IS 245 (96.09% from 255) = 44.06%

R = 37.05%
G = 18.88%
B = 44.06%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE69F5 (or 0xCE69F5) is known color: Heliotrope. HEX triplet: CE, 69 and F5. RGB value is (206,105,245). Sum of RGB (Red+Green+Blue) = 206+105+245=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 105 (41.41% from 255 or 18.88% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE69F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69F5 is #31960A. Grayscale: #969696. Windows color (decimal): -3249675 or 16083406. OLE color: 16083406.

HSL color Cylindrical-coordinate representation of color #CE69F5: hue angle of 283.29º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE69F5 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 105 245 -
CMYK 0.16 0.57 0 0.04
HSL 283.29º 0.88% 0.69% -
HSV(B) 283.29º 0.57% 0.96% -
XYZ 46.99 29.82 89.67 -
YUV 151.16 180.96 167.12 -
System Red Green Blue C M Y K H S L
Decimal 206 105 245 0.16 0.57 0 0.04 283.29 0.88 0.69
Hex CE 69 F5 10 39 0 4 11B 58 45
Octal 316 151 365 20 71 0 4 433 130 105
Binary 11001110 1101001 11110101 10000 111001 0 100 100011011 1011000 1000101

Color Harmonies of #CE69F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69F5

Black with #CE69F5

Text Example


Text Example

White with #CE69F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69F5; }

 p { color: rgb(206,105,245); }

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

background-color css

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

 a { background-color: rgb(206,105,245); }

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

border-color css

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

 span { border-color: rgb(206,105,245); }

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