Html Css Color HEX #CE6AF2 Heliotrope

📋 copy color: '#CE6AF2'

red 206 ◦ green 106 ◦ blue 242

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

Shades of Heliotrope #CE6AF2

Tints of Heliotrope #CE6AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.13%

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 37.18%
G = 19.13%
B = 43.68%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE6AF2 (or 0xCE6AF2) is known color: Heliotrope. HEX triplet: CE, 6A and F2. RGB value is (206,106,242). Sum of RGB (Red+Green+Blue) = 206+106+242=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE6AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AF2 is #31950D. Grayscale: #969696. Windows color (decimal): -3249422 or 15887054. OLE color: 15887054.

HSL color Cylindrical-coordinate representation of color #CE6AF2: hue angle of 284.12º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6AF2 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 106 242 -
CMYK 0.15 0.56 0 0.05
HSL 284.12º 0.84% 0.68% -
HSV(B) 284.12º 0.56% 0.95% -
XYZ 46.63 29.84 87.31 -
YUV 151.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 206 106 242 0.15 0.56 0 0.05 284.12 0.84 0.68
Hex CE 6A F2 F 38 0 5 11C 54 44
Octal 316 152 362 17 70 0 5 434 124 104
Binary 11001110 1101010 11110010 1111 111000 0 101 100011100 1010100 1000100

Color Harmonies of #CE6AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AF2

Black with #CE6AF2

Text Example


Text Example

White with #CE6AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AF2; }

 p { color: rgb(206,106,242); }

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

background-color css

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

 a { background-color: rgb(206,106,242); }

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

border-color css

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

 span { border-color: rgb(206,106,242); }

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