Html Css Color HEX #CE69FA Heliotrope

📋 copy color: '#CE69FA'

red 206 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #CE69FA

Tints of Heliotrope #CE69FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 36.72%
G = 18.72%
B = 44.56%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE69FA (or 0xCE69FA) is known color: Heliotrope. HEX triplet: CE, 69 and FA. RGB value is (206,105,250). Sum of RGB (Red+Green+Blue) = 206+105+250=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69FA is #319605. Grayscale: #979797. Windows color (decimal): -3249670 or 16411086. OLE color: 16411086.

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

Color convert

RGB 206 105 250 -
CMYK 0.18 0.58 0 0.02
HSL 281.79º 0.94% 0.7% -
HSV(B) 281.79º 0.58% 0.98% -
XYZ 47.76 30.13 93.74 -
YUV 151.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 206 105 250 0.18 0.58 0 0.02 281.79 0.94 0.7
Hex CE 69 FA 12 3A 0 2 11A 5E 46
Octal 316 151 372 22 72 0 2 432 136 106
Binary 11001110 1101001 11111010 10010 111010 0 10 100011010 1011110 1000110

Color Harmonies of #CE69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69FA

Black with #CE69FA

Text Example


Text Example

White with #CE69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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