Html Css Color HEX #CE6CF1 Heliotrope

📋 copy color: '#CE6CF1'

red 206 ◦ green 108 ◦ blue 241

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

Shades of Heliotrope #CE6CF1

Tints of Heliotrope #CE6CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.46%

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

R = 37.12%
G = 19.46%
B = 43.42%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE6CF1 (or 0xCE6CF1) is known color: Heliotrope. HEX triplet: CE, 6C and F1. RGB value is (206,108,241). Sum of RGB (Red+Green+Blue) = 206+108+241=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CF1 is #31930E. Grayscale: #989898. Windows color (decimal): -3248911 or 15822030. OLE color: 15822030.

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

Color convert

RGB 206 108 241 -
CMYK 0.15 0.55 0 0.05
HSL 284.21º 0.83% 0.68% -
HSV(B) 284.21º 0.55% 0.95% -
XYZ 46.69 30.2 86.59 -
YUV 152.46 177.97 166.19 -
System Red Green Blue C M Y K H S L
Decimal 206 108 241 0.15 0.55 0 0.05 284.21 0.83 0.68
Hex CE 6C F1 F 37 0 5 11C 53 44
Octal 316 154 361 17 67 0 5 434 123 104
Binary 11001110 1101100 11110001 1111 110111 0 101 100011100 1010011 1000100

Color Harmonies of #CE6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6CF1

Black with #CE6CF1

Text Example


Text Example

White with #CE6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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