Html Css Color HEX #CE6BF2 Heliotrope

📋 copy color: '#CE6BF2'

red 206 ◦ green 107 ◦ blue 242

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

Shades of Heliotrope #CE6BF2

Tints of Heliotrope #CE6BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.28%

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

R = 37.12%
G = 19.28%
B = 43.6%

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

#CE6BF2 (or 0xCE6BF2) is known color: Heliotrope. HEX triplet: CE, 6B and F2. RGB value is (206,107,242). Sum of RGB (Red+Green+Blue) = 206+107+242=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6BF2 is #31940D. Grayscale: #979797. Windows color (decimal): -3249166 or 15887310. OLE color: 15887310.

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

Color convert

RGB 206 107 242 -
CMYK 0.15 0.56 0 0.05
HSL 284º 0.84% 0.68% -
HSV(B) 284º 0.56% 0.95% -
XYZ 46.74 30.05 87.34 -
YUV 151.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 206 107 242 0.15 0.56 0 0.05 284 0.84 0.68
Hex CE 6B F2 F 38 0 5 11C 54 44
Octal 316 153 362 17 70 0 5 434 124 104
Binary 11001110 1101011 11110010 1111 111000 0 101 100011100 1010100 1000100

Color Harmonies of #CE6BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BF2

Black with #CE6BF2

Text Example


Text Example

White with #CE6BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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