Html Css Color HEX #CE6AF1 Heliotrope

📋 copy color: '#CE6AF1'

red 206 ◦ green 106 ◦ blue 241

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

Shades of Heliotrope #CE6AF1

Tints of Heliotrope #CE6AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.58%

R = 37.25%
G = 19.17%
B = 43.58%

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

#CE6AF1 (or 0xCE6AF1) is known color: Heliotrope. HEX triplet: CE, 6A and F1. RGB value is (206,106,241). Sum of RGB (Red+Green+Blue) = 206+106+241=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AF1 is #31950E. Grayscale: #969696. Windows color (decimal): -3249423 or 15821518. OLE color: 15821518.

HSL color Cylindrical-coordinate representation of color #CE6AF1: hue angle of 284.44º degrees, saturation: 0.83, 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 #CE6AF1 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 106 241 -
CMYK 0.15 0.56 0 0.05
HSL 284.44º 0.83% 0.68% -
HSV(B) 284.44º 0.56% 0.95% -
XYZ 46.48 29.78 86.52 -
YUV 151.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 206 106 241 0.15 0.56 0 0.05 284.44 0.83 0.68
Hex CE 6A F1 F 38 0 5 11C 53 44
Octal 316 152 361 17 70 0 5 434 123 104
Binary 11001110 1101010 11110001 1111 111000 0 101 100011100 1010011 1000100

Color Harmonies of #CE6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AF1

Black with #CE6AF1

Text Example


Text Example

White with #CE6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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