Html Css Color HEX #CE69F9 Heliotrope

📋 copy color: '#CE69F9'

red 206 ◦ green 105 ◦ blue 249

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

Shades of Heliotrope #CE69F9

Tints of Heliotrope #CE69F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.46%

R = 36.79%
G = 18.75%
B = 44.46%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE69F9 (or 0xCE69F9) is known color: Heliotrope. HEX triplet: CE, 69 and F9. RGB value is (206,105,249). Sum of RGB (Red+Green+Blue) = 206+105+249=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 105 (41.41% from 255 or 18.75% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE69F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69F9 is #319606. Grayscale: #979797. Windows color (decimal): -3249671 or 16345550. OLE color: 16345550.

HSL color Cylindrical-coordinate representation of color #CE69F9: hue angle of 282.08º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE69F9 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 105 249 -
CMYK 0.17 0.58 0 0.02
HSL 282.08º 0.92% 0.69% -
HSV(B) 282.08º 0.58% 0.98% -
XYZ 47.6 30.06 92.92 -
YUV 151.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 206 105 249 0.17 0.58 0 0.02 282.08 0.92 0.69
Hex CE 69 F9 11 3A 0 2 11A 5C 45
Octal 316 151 371 21 72 0 2 432 134 105
Binary 11001110 1101001 11111001 10001 111010 0 10 100011010 1011100 1000101

Color Harmonies of #CE69F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69F9

Black with #CE69F9

Text Example


Text Example

White with #CE69F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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