Html Css Color HEX #CE6CF0 Heliotrope

📋 copy color: '#CE6CF0'

red 206 ◦ green 108 ◦ blue 240

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

Shades of Heliotrope #CE6CF0

Tints of Heliotrope #CE6CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.32%

R = 37.18%
G = 19.49%
B = 43.32%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE6CF0 (or 0xCE6CF0) is known color: Heliotrope. HEX triplet: CE, 6C and F0. RGB value is (206,108,240). Sum of RGB (Red+Green+Blue) = 206+108+240=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE6CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6CF0 is #31930F. Grayscale: #979797. Windows color (decimal): -3248912 or 15756494. OLE color: 15756494.

HSL color Cylindrical-coordinate representation of color #CE6CF0: hue angle of 284.55º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE6CF0 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 108 240 -
CMYK 0.14 0.55 0 0.06
HSL 284.55º 0.81% 0.68% -
HSV(B) 284.55º 0.55% 0.94% -
XYZ 46.54 30.14 85.8 -
YUV 152.35 177.47 166.27 -
System Red Green Blue C M Y K H S L
Decimal 206 108 240 0.14 0.55 0 0.06 284.55 0.81 0.68
Hex CE 6C F0 E 37 0 6 11D 51 44
Octal 316 154 360 16 67 0 6 435 121 104
Binary 11001110 1101100 11110000 1110 110111 0 110 100011101 1010001 1000100

Color Harmonies of #CE6CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6CF0

Black with #CE6CF0

Text Example


Text Example

White with #CE6CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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